Options
All
  • Public
  • Public/Protected
  • All
Menu

ONNX Runtime JavaScript API

ONNX Runtime JavaScript API is a unified API for all JavaScript usages, including the following NPM packages:

See also:

Index

Type aliases

OnnxValue

OnnxValue: Tensor | NonTensorType

Type OnnxValue Represents both tensors and non-tensors value for model's inputs/outputs.

NOTE: currently not support non-tensor

Variables

InferenceSession

InferenceSession: InferenceSessionFactory

Tensor

env

env: Env = ...

Represent a set of flags as a global singleton.

Generated using TypeDoc