class ONNXNGraphHandlers extends SigmoidZIO with GemmZIO with GatherZIO with MulZIO with ReluZIO with ConcatZIO with DropoutZIO with DataSourceZIO with AutoCloseable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ONNXNGraphHandlers
- AutoCloseable
- DataSourceZIO
- DropoutZIO
- ConcatZIO
- ReluZIO
- MulZIO
- GatherZIO
- GemmZIO
- SigmoidZIO
- Operator
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ONNXNGraphHandlers(onnxBytes: 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
- def Concat4ZIO[T](name: String, axis: Option[Int], inputs: Seq[Option[Tensor[T]]])(implicit arg0: Numeric[T], arg1: ClassTag[T], evT: Contains[T, ((Float16) => Nothing with (Float) => Nothing with (Double) => Nothing with (UByte) => Nothing with (UShort) => Nothing with (UInt) => Nothing with (ULong) => Nothing with (Byte) => Nothing with (Short) => Nothing with (Int) => Nothing with (Long) => Nothing with (String) => Nothing with (Boolean) => Nothing with (Complex[Float]) => Nothing with (Complex[Double]) => Nothing with (UNil) => Nothing) => Nothing]): Task[Tensor[T]]
- Definition Classes
- ONNXNGraphHandlers → ConcatZIO
- def Dropout10ZIO[T, T1](name: String, ratio: Option[Float] = None, data: Option[Tensor[T]])(implicit arg0: Numeric[T], arg1: ClassTag[T], arg2: Numeric[T1], arg3: ClassTag[T1], evT: Contains[T, ((Float16) => Nothing with (Float) => Nothing with (Double) => Nothing with (UNil) => Nothing) => Nothing], evT1: Contains[T1, ((Boolean) => Nothing with (UNil) => Nothing) => Nothing]): Task[(Tensor[T], Tensor[T1])]
- Definition Classes
- ONNXNGraphHandlers → DropoutZIO
- def Dropout1ZIO[T](name: String, consumed_inputs: Option[Array[Int]] = None, is_test: Option[Int] = None, ratio: Option[Float] = None, data: Option[Tensor[T]])(implicit arg0: Numeric[T], arg1: ClassTag[T], evT: Contains[T, ((Float16) => Nothing with (Float) => Nothing with (Double) => Nothing with (UNil) => Nothing) => Nothing]): Task[(Tensor[T], Tensor[T])]
- Definition Classes
- ONNXNGraphHandlers → DropoutZIO
- def Dropout6ZIO[T](name: String, is_test: Option[Int] = None, ratio: Option[Float] = None, data: Option[Tensor[T]])(implicit arg0: Numeric[T], arg1: ClassTag[T], evT: Contains[T, ((Float16) => Nothing with (Float) => Nothing with (Double) => Nothing with (UNil) => Nothing) => Nothing]): Task[(Tensor[T], Tensor[T])]
- Definition Classes
- ONNXNGraphHandlers → DropoutZIO
- def Dropout7ZIO[T](name: String, ratio: Option[Float] = None, data: Option[Tensor[T]])(implicit arg0: Numeric[T], arg1: ClassTag[T], evT: Contains[T, ((Float16) => Nothing with (Float) => Nothing with (Double) => Nothing with (UNil) => Nothing) => Nothing]): Task[(Tensor[T], Tensor[T])]
- Definition Classes
- ONNXNGraphHandlers → DropoutZIO
- def Gather1ZIO[T, Tind](name: String, axis: Option[Int] = None, data: Option[Tensor[T]], indices: Option[Tensor[Tind]])(implicit arg0: Numeric[T], arg1: ClassTag[T], arg2: Numeric[Tind], arg3: ClassTag[Tind], evT: Contains[T, ((UByte) => Nothing with (UShort) => Nothing with (UInt) => Nothing with (ULong) => Nothing with (Byte) => Nothing with (Short) => Nothing with (Int) => Nothing with (Long) => Nothing with (Float16) => Nothing with (Float) => Nothing with (Double) => Nothing with (String) => Nothing with (Boolean) => Nothing with (Complex[Float]) => Nothing with (Complex[Double]) => Nothing with (UNil) => Nothing) => Nothing], evTind: Contains[Tind, ((Int) => Nothing with (Long) => Nothing with (UNil) => Nothing) => Nothing]): Task[Tensor[T]]
- Definition Classes
- ONNXNGraphHandlers → GatherZIO
- def Gemm1ZIO[T](name: String, alpha: Option[Float] = None, beta: Option[Float] = None, broadcast: Option[Int] = None, transA: Option[Int] = None, transB: Option[Int] = None, A: Option[Tensor[T]], B: Option[Tensor[T]], C: Option[Tensor[T]])(implicit arg0: Numeric[T], arg1: ClassTag[T], evT: Contains[T, ((Float16) => Nothing with (Float) => Nothing with (Double) => Nothing with (UInt) => Nothing with (ULong) => Nothing with (Int) => Nothing with (Long) => Nothing with (UNil) => Nothing) => Nothing]): Task[Tensor[T]]
- Definition Classes
- ONNXNGraphHandlers → GemmZIO
- def Gemm6ZIO[T](name: String, alpha: Option[Float] = None, beta: Option[Float] = None, broadcast: Option[Int] = None, transA: Option[Int] = None, transB: Option[Int] = None, A: Option[Tensor[T]], B: Option[Tensor[T]], C: Option[Tensor[T]])(implicit arg0: Numeric[T], arg1: ClassTag[T], evT: Contains[T, ((Float16) => Nothing with (Float) => Nothing with (Double) => Nothing with (UInt) => Nothing with (ULong) => Nothing with (Int) => Nothing with (Long) => Nothing with (UNil) => Nothing) => Nothing]): Task[Tensor[T]]
- Definition Classes
- ONNXNGraphHandlers → GemmZIO
- def Gemm7ZIO[T](name: String, alpha: Option[Float] = None, beta: Option[Float] = None, transA: Option[Int] = None, transB: Option[Int] = None, A: Option[Tensor[T]], B: Option[Tensor[T]], C: Option[Tensor[T]])(implicit arg0: Numeric[T], arg1: ClassTag[T], evT: Contains[T, ((Float16) => Nothing with (Float) => Nothing with (Double) => Nothing with (UInt) => Nothing with (ULong) => Nothing with (Int) => Nothing with (Long) => Nothing with (UNil) => Nothing) => Nothing]): Task[Tensor[T]]
- Definition Classes
- ONNXNGraphHandlers → GemmZIO
- def Gemm9ZIO[T](name: String, alpha: Option[Float] = None, beta: Option[Float] = None, transA: Option[Int] = None, transB: Option[Int] = None, A: Option[Tensor[T]], B: Option[Tensor[T]], C: Option[Tensor[T]])(implicit arg0: Numeric[T], arg1: ClassTag[T], evT: Contains[T, ((Float16) => Nothing with (Float) => Nothing with (Double) => Nothing with (UInt) => Nothing with (ULong) => Nothing with (Int) => Nothing with (Long) => Nothing with (UNil) => Nothing) => Nothing]): Task[Tensor[T]]
- Definition Classes
- ONNXNGraphHandlers → GemmZIO
- def Mul1ZIO[T](name: String, axis: Option[Int] = None, broadcast: Option[Int] = None, consumed_inputs: Option[Array[Int]] = None, A: Option[Tensor[T]], B: Option[Tensor[T]])(implicit arg0: Numeric[T], arg1: ClassTag[T], evT: Contains[T, ((Float16) => Nothing with (Float) => Nothing with (Double) => Nothing with (UInt) => Nothing with (ULong) => Nothing with (Int) => Nothing with (Long) => Nothing with (UNil) => Nothing) => Nothing]): Task[Tensor[T]]
- Definition Classes
- ONNXNGraphHandlers → MulZIO
- def Mul6ZIO[T](name: String, axis: Option[Int] = None, broadcast: Option[Int] = None, A: Option[Tensor[T]], B: Option[Tensor[T]])(implicit arg0: Numeric[T], arg1: ClassTag[T], evT: Contains[T, ((Float16) => Nothing with (Float) => Nothing with (Double) => Nothing with (UInt) => Nothing with (ULong) => Nothing with (Int) => Nothing with (Long) => Nothing with (UNil) => Nothing) => Nothing]): Task[Tensor[T]]
- Definition Classes
- ONNXNGraphHandlers → MulZIO
- def Mul7ZIO[T](name: String, A: Option[Tensor[T]], B: Option[Tensor[T]])(implicit arg0: Numeric[T], arg1: ClassTag[T], evT: Contains[T, ((Float16) => Nothing with (Float) => Nothing with (Double) => Nothing with (UInt) => Nothing with (ULong) => Nothing with (Int) => Nothing with (Long) => Nothing with (UNil) => Nothing) => Nothing]): Task[Tensor[T]]
- Definition Classes
- ONNXNGraphHandlers → MulZIO
- def Relu1ZIO[T](name: String, consumed_inputs: Option[Array[Int]], X: Option[Tensor[T]])(implicit arg0: Numeric[T], arg1: ClassTag[T], evT: Contains[T, ((Float16) => Nothing with (Float) => Nothing with (Double) => Nothing with (UNil) => Nothing) => Nothing]): Task[Tensor[T]]
- Definition Classes
- ONNXNGraphHandlers → ReluZIO
- def Relu6ZIO[T](name: String, X: Option[Tensor[T]])(implicit arg0: Numeric[T], arg1: ClassTag[T], evT: Contains[T, ((Float16) => Nothing with (Float) => Nothing with (Double) => Nothing with (UNil) => Nothing) => Nothing]): Task[Tensor[T]]
- Definition Classes
- ONNXNGraphHandlers → ReluZIO
- def Sigmoid1ZIO[T](name: String, consumed_inputs: Option[Array[Int]] = None, X: Option[Tensor[T]])(implicit arg0: Numeric[T], arg1: ClassTag[T], evT: Contains[T, ((Float16) => Nothing with (Float) => Nothing with (Double) => Nothing with (UNil) => Nothing) => Nothing]): Task[Tensor[T]]
- Definition Classes
- ONNXNGraphHandlers → SigmoidZIO
- def Sigmoid6ZIO[T](name: String, X: Option[Tensor[T]])(implicit arg0: Numeric[T], arg1: ClassTag[T], evT: Contains[T, ((Float16) => Nothing with (Float) => Nothing with (Double) => Nothing with (UNil) => Nothing) => Nothing]): Task[Tensor[T]]
- Definition Classes
- ONNXNGraphHandlers → SigmoidZIO
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def close(): Unit
- Definition Classes
- ONNXNGraphHandlers → AutoCloseable
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fullModel[T, T1, T2, T3](A: Option[Tensor[T]], B: Option[Tensor[T1]], C: Option[Tensor[T2]])(implicit arg0: ClassTag[T], arg1: ClassTag[T1], arg2: ClassTag[T2], arg3: ClassTag[T3]): Tensor[T3]
- def getAttributesZIO[T](name: String)(implicit arg0: Numeric[T], arg1: ClassTag[T], evT: Contains[T, ((Float16) => Nothing with (Float) => Nothing with (Double) => Nothing with (UByte) => Nothing with (UShort) => Nothing with (UInt) => Nothing with (ULong) => Nothing with (Byte) => Nothing with (Short) => Nothing with (Int) => Nothing with (Long) => Nothing with (UNil) => Nothing) => Nothing]): Task[Tensor[T]]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getParamsZIO[T](name: String)(implicit arg0: Numeric[T], arg1: ClassTag[T]): Task[Tensor[T]]
- Definition Classes
- ONNXNGraphHandlers → DataSourceZIO
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val ngraphBackend: NGraphBackend
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- 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.