Get input names of the loaded model.
Get output names of the loaded model.
End profiling.
Execute the model asynchronously with the given feeds and options.
Representation of the model input. See type description of InferenceSession.InputType
for detail.
Optional. A set of options that controls the behavior of model inference.
A promise that resolves to a map, which uses output names as keys and OnnxValue as corresponding values.
Execute the model asynchronously with the given feeds, fetches and options.
Representation of the model input. See type description of InferenceSession.InputType
for detail.
Representation of the model output. See type description of InferenceSession.OutputType
for
detail.
Optional. A set of options that controls the behavior of model inference.
A promise that resolves to a map, which uses output names as keys and OnnxValue as corresponding values.
Start profiling.
Generated using TypeDoc
Represent a runtime instance of an ONNX model.