-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[IR] Implement methods to check dynamism on Shape (#1952)
Define `is_static()` and `is_dynamic()` on Shape. Users can check if the shape is static/dynamic, or if a specific axis is static/dynamic. Fixes #1950
- Loading branch information
1 parent
e6e3d52
commit 8c8417d
Showing
2 changed files
with
136 additions
and
9 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