-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Closed
Labels
contributions welcomemodule: checkeronnx.checkeronnx.checkertopic: enhancementRequest for new feature or operatorRequest for new feature or operator
Description
System information
Latest
What is the problem that this feature solves?
Currently lexical scope context is not exposed in Python onnx.checker.
Alternatives considered
No response
Describe the feature
Follow up of #4720. Expose lexical scope context in Python onnx.checker. See
Line 378 in 3747442
checker::check_function(proto, ctx, checker::LexicalScopeContext()); |
Will this influence the current api (Y/N)?
Y. Extended parameters will be added.
Feature Area
checker
Are you willing to contribute it (Y/N)
Yes
Notes
No response
Metadata
Metadata
Assignees
Labels
contributions welcomemodule: checkeronnx.checkeronnx.checkertopic: enhancementRequest for new feature or operatorRequest for new feature or operator
Type
Projects
Status
In progress