Skip to content

Commit

Permalink
[doc] fix broken links in documents (#2990)
Browse files Browse the repository at this point in the history
Co-authored-by: wenyangwang <wenyangwang@tencent.com>
  • Loading branch information
penguin-wwy and wenyangwang authored Mar 7, 2024
1 parent c15f1a2 commit d5693b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/adding_an_e2e_test.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ following order:

1. Shape of input tensor. Use `-1` for dynamic dimensions
2. Dtype of the input tensor
3. Boolean representing whether the input tensor [has value semantics](https://github.com/llvm/torch-mlir/blob/ba17a4d6c09b4bbb4ef21b1d8d4a93cb056be109/python/torch_mlir/jit_ir_importer/csrc/class_annotator.h#L54-L67). This
3. Boolean representing whether the input tensor [has value semantics](https://github.com/llvm/torch-mlir/blob/main/projects/jit_ir_common/csrc/jit_ir_importer/class_annotator.h#L54-L67). This
will always be true for E2E tests, since the [Torch-MLIR backend contract](architecture.md#the-backend-contract) requires all tensors in the
IR to eventually have value semantics.

Expand Down

0 comments on commit d5693b3

Please sign in to comment.