Skip to content

Commit

Permalink
[torch] Implement stronger verifiers for non-value semantic ops (#2519)
Browse files Browse the repository at this point in the history
Attempt to solve #2490

Changes for Non Value Semantic Ops having the
`IsTrailingUnderscoreInplaceVariant` trait :
- AnyTorchTensorType -> Torch_NonValueTensorType
- AnyTorchOptionalTensorType -> AnyTorchOptionalNonValueTensorType
- AnyTorchListOfOptionalTensorType ->
AnyTorchListOfOptionalNonValueTensorType
- AnyTorchListOfTensorType -> AnyTorchListOfNonValueTensorType

Created three new tensor types for optional and list non value tensors.
  • Loading branch information
gptsarthak authored Oct 21, 2023
1 parent 0acbb26 commit 7633619
Show file tree
Hide file tree
Showing 3 changed files with 266 additions and 248 deletions.
Loading

0 comments on commit 7633619

Please sign in to comment.