-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[RELAX][ONNX][FIX] add a parser to handle expression in the shape dim…
… names (#17505) * added a simple parser that can handle onnx variable names containing expressions such as past_sequence_length + sequence_length where each variable becomes a tvm.tir.SizeVar * added doc strings updated binary base to completely unpack relax.PrimValue if it contains tir.IntImm or tir.FloatImm added regression tests * updated formatting
- Loading branch information
1 parent
3e386fd
commit d5b9f5c
Showing
2 changed files
with
296 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters