-
Notifications
You must be signed in to change notification settings - Fork 374
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed a couple of dynamic shape detection issues (#996)
Summary: This diff fixed a couple of issues for dynamic shape detection: * handle cases where sample tensors may not have any dynamic dimension * added two lowering configs to guide dynamic shape detection (1) can_last_dim_be_dynamic: specifies if the last dimension can be dynamic (2) can_value_one_be_dynamic: specifies if dimension value one is allowed to appear at any dynamic dimension Differential Revision: D54831007
- Loading branch information
1 parent
0390a00
commit 0cf0bd6
Showing
1 changed file
with
23 additions
and
3 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