Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[RELAY] Fix get_int_tuple for shape like '(1001,)' (#2691)
tshape.strip('()[]').split(',') will make a list ['1001',''] but the empty one isn't needed.
- Loading branch information