forked from apache/tvm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add type information to Relay's Python AST (#8)
* begins typing expr.py * minor style fix * improves typing and adds more * type -> typ to avoid keyword clash * reverts prev change * fixes typo * merge python/expr conflicts * incorporate changes * lint test * comment out instance var lint test * undo tests * adds more types * more types * disable specific pylint invalid-name warnings * minor comments on particular nodes * minor clean up
- Loading branch information
Showing
2 changed files
with
62 additions
and
38 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