You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simplify definition of context-free function body definitions (onnx#3717)
* Update function defs to use parser
Signed-off-by: Ganesan Ramalingam <[email protected]>
* Extend parser to support attribute references
Signed-off-by: Ganesan Ramalingam <[email protected]>
* Update function body for MVN
Signed-off-by: Ganesan Ramalingam <[email protected]>
* Allow untyped inputs and outputs in graphs
Signed-off-by: Ganesan Ramalingam <[email protected]>
* Update range function body
Signed-off-by: Ganesan Ramalingam <[email protected]>
* Delete old function bodu builder for range
Signed-off-by: Ganesan Ramalingam <[email protected]>
* Minor formatting for range function body
Signed-off-by: Ganesan Ramalingam <[email protected]>
* Add support for comments in parser
Signed-off-by: Ganesan Ramalingam <[email protected]>
* Add support for exponent notation in float literals
Signed-off-by: Ganesan Ramalingam <[email protected]>
* Address PR feedback (add check for parse status)
Signed-off-by: Ganesan Ramalingam <[email protected]>
* Remove attr ref
Signed-off-by: Ganesan Ramalingam <[email protected]>
* Add back attr type in ref attr
Signed-off-by: Ganesan Ramalingam <[email protected]>
Co-authored-by: Ashwini Khade <[email protected]>
0 commit comments