ignition-monorepo / backend-onnx/src / inspectSessionNode
Function: inspectSessionNode()
inspectSessionNode(
session):object
Defined in: backend-onnx/src/runtime.ts:54
Returns the list of input/output tensor names for a session. Useful for debugging when the tensor names are unknown.
Parameters
session
InferenceSession
Returns
object
inputs
inputs:
string[]
outputs
outputs:
string[]
Last updated on