Packages

package onnx

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class OnnxSession extends Serializable
  2. class OnnxWrapper extends Serializable
  3. trait ReadOnnxModel extends AnyRef
  4. class TensorResources extends AutoCloseable

    Class to manage the creation of ONNX Tensors (WIP).

    Class to manage the creation of ONNX Tensors (WIP).

    Tensors that do not belong to a OrtSession, will need to be explicitly closed. This class manages created tensors and can free all of them at once.

    The OrtEnvironment exists at most once, so all TensorResources will share the same one.

  5. trait WriteOnnxModel extends AnyRef

Value Members

  1. object OnnxWrapper extends Serializable

    Companion object

  2. object TensorResources

Ungrouped