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
In python there Session has get_inputs and get_outputs
defget_inputs(self):
"Return the inputs metadata as a list of :class:`onnxruntime.NodeArg`."returnself._inputs_metadefget_outputs(self):
"Return the outputs metadata as a list of :class:`onnxruntime.NodeArg`."returnself._outputs_meta
Can these be added to the API or is there another way to access this data?
The text was updated successfully, but these errors were encountered:
In python there
Session
hasget_inputs
andget_outputs
Can these be added to the API or is there another way to access this data?
The text was updated successfully, but these errors were encountered: