class ONNXHelper extends AutoCloseable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ONNXHelper
- AutoCloseable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ONNXHelper(byteArray: Array[Byte])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val attributes: Array[Array[AttributeProto]]
- val byteArray: Array[Byte]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def close(): Unit
- Definition Classes
- ONNXHelper → AutoCloseable
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val globalOutput: List[ValueInfoProto]
- val globalOutputCount: Int
- lazy val graphInputs: Array[(String, String)]
- lazy val graphOutputs: Array[(String, String)]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val input: List[ValueInfoProto]
- val inputCount: Int
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val maxOpsetVersion: Long
- lazy val model: ModelProto
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val nodeInputs: Array[Array[String]]
- val nodeOutputs: Array[Array[String]]
- lazy val nodes: List[String]
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def onnxTensorProtoToArray(tensorProto: TensorProto): Array[_ >: Int with Long with Float <: AnyVal]
- val ops: Array[String]
- lazy val outputs: Array[String]
- lazy val params: List[(String, String, Array[_1], Array[Int]) forSome {type _1 >: Int with Long with Float <: AnyVal}]
- val scope: PointerScope
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.