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: IndexedSeq[Option[ValueInfoProto]]
- lazy val graphInputs: Array[(String, String)]
- lazy val graphOutputs: Array[(String, String)]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val input: IndexedSeq[Option[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: IndexedSeq[Array[String]]
- val nodeOutputs: IndexedSeq[Array[String]]
- lazy val nodes: IndexedSeq[Iterable[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): Serializable
- val ops: Array[Option[String]]
- lazy val outputs: Array[Option[String]]
- lazy val params: IndexedSeq[(String, String, Serializable, Array[Int])]
- 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