

ReadonlyinputGet input metadata of the loaded model.
ReadonlyinputGet input names of the loaded model.
ReadonlyoutputGet output metadata of the loaded model.
ReadonlyoutputGet output names of the loaded model.
End profiling.
Release the inference session and the underlying resources.
Execute the model asynchronously with the given feeds and options.
Representation of the model input. See type description of InferenceSession.InputType for detail.
Optionaloptions: RunOptionsOptional. 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.
Optionaloptions: RunOptionsOptional. 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.
Represent a runtime instance of an ONNX model.