Packages

class ORTModelBackend extends Model with ORTOperatorBackend with AutoCloseable

Linear Supertypes
ORTOperatorBackend, OpToONNXBytesConverter, AutoCloseable, Model, Operator, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ORTModelBackend
  2. ORTOperatorBackend
  3. OpToONNXBytesConverter
  4. AutoCloseable
  5. Model
  6. Operator
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ORTModelBackend(onnxBytes: Array[Byte])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val allNodeNamesAndDims: (List[String], Array[Array[Long]], List[String])
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def callByteArrayOp[T, Ax <: Axes](opModel: Array[Byte], inputs: Seq[_]): Tensor[T, Ax]
    Definition Classes
    ORTOperatorBackend
  7. def callOp[T, Ax <: Axes](name: String, opName: String, inputs: Seq[_], attrs: Map[String, Any]): Tensor[T, Ax]
    Definition Classes
    ORTOperatorBackend
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  9. def close(): Unit
    Definition Classes
    ORTModelBackendORTOperatorBackend → OpToONNXBytesConverter → AutoCloseable
  10. def createInputValueInfoProto[T, Ax <: Axes](tens: Tensor[T, Ax], inputName: String): ValueInfoProto
    Attributes
    protected
    Definition Classes
    OpToONNXBytesConverter
  11. val env: OrtEnvironment
    Definition Classes
    ORTOperatorBackend
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. def fullModel[T, Ax <: Axes](inputs: Seq[_]): Tensor[T, Ax]
    Definition Classes
    ORTModelBackend → Model
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def getInputAndOutputNodeNamesAndDims(sess: OrtSession): (List[String], Array[Array[Long]], List[String])
  17. def getSession(bytes: Array[Byte]): OrtSession
    Definition Classes
    ORTOperatorBackend
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def opToNode[T](name: String, opName: String, outName: String, attrs: Map[String, Any]): NodeProto
    Attributes
    protected
    Definition Classes
    OpToONNXBytesConverter
  24. def opToONNXBytes[T](name: String, opName: String, inputs: Seq[_], outName: String, attrs: Map[String, Any]): Array[Byte]
    Definition Classes
    OpToONNXBytesConverter
  25. def runModel[T, Ax <: Axes](sess: OrtSession, input_tensor_values: Array[OnnxTensor], inputNames: List[String], outputNames: List[String]): Tensor[T, Ax]
    Definition Classes
    ORTOperatorBackend
  26. val session: OrtSession
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from ORTOperatorBackend

Inherited from OpToONNXBytesConverter

Inherited from AutoCloseable

Inherited from Model

Inherited from Operator

Inherited from AnyRef

Inherited from Any

Ungrouped