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
I have been using the function "onnxruntime.capi.onnxruntime_pybind11_state.get_all_operator_schema()" to retrieve all the OpSchemas of the operators. I believe the function does not extend to custom operators introduced with "register_custom_ops_library()". I have been examining the library and the code to find any information or method to get this information. Does anyone know where new operators are stored or how to access their metadata?
The information does not need to be directly a OpSchema at least the functions and then I can try to parse the information from there.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have been using the function "onnxruntime.capi.onnxruntime_pybind11_state.get_all_operator_schema()" to retrieve all the OpSchemas of the operators. I believe the function does not extend to custom operators introduced with "register_custom_ops_library()". I have been examining the library and the code to find any information or method to get this information. Does anyone know where new operators are stored or how to access their metadata?
The information does not need to be directly a OpSchema at least the functions and then I can try to parse the information from there.
Beta Was this translation helpful? Give feedback.
All reactions