class ORTOperatorBackendAll extends ORTOperatorBackend with AbsV6 with AcosV7 with AcoshV9 with AddV7 with AndV7 with ArgMaxV11 with AsinV7 with AsinhV9 with AtanV7 with AtanhV9 with AveragePoolV7 with AveragePoolV10 with BatchNormalizationV7 with BatchNormalizationV9 with CastV9 with CeilV6 with ClipV6 with ConcatV4 with ConcatV11 with ConstantV11 with ConvV1 with ConvV11 with CosV7 with CoshV9 with DivV7 with DropoutV7 with DropoutV10 with EluV6 with EqualV11 with ExpV6 with ExpandV8 with FlattenV11 with FloorV6 with GatherV11 with GemmV11 with GlobalAveragePoolV1 with GlobalMaxPoolV1 with GreaterV9 with GreaterOrEqualV12 with InstanceNormalizationV6 with IsNaNV9 with LRNV1 with LeakyReluV6 with LessV9 with LessOrEqualV12 with LogV6 with MatMulV9 with MaxV8 with MaxPoolV1 with MinV8 with ModV10 with MulV7 with NegV6 with NotV1 with OrV7 with PReluV9 with PadV11 with PowV7 with RangeV11 with ReciprocalV6 with ReduceLogSumV11 with ReduceMaxV11 with ReduceMeanV11 with ReduceMinV11 with ReduceProdV11 with ReduceSumV11 with ReduceSumSquareV11 with ReluV6 with ReshapeV5 with RoundV11 with ShapeV1 with SigmoidV6 with SignV9 with SinV7 with SinhV9 with SliceV11 with SoftmaxV11 with SqrtV6 with SqueezeV11 with SubV7 with SumV8 with TanV7 with TanhV6 with TileV6 with TransposeV1 with UnsqueezeV11 with XorV7
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ORTOperatorBackendAll
- XorV7
- UnsqueezeV11
- TransposeV1
- TileV6
- TanhV6
- TanV7
- SumV8
- SubV7
- SqueezeV11
- SqrtV6
- SoftmaxV11
- SliceV11
- SinhV9
- SinV7
- SignV9
- SigmoidV6
- ShapeV1
- RoundV11
- ReshapeV5
- ReluV6
- ReduceSumSquareV11
- ReduceSumV11
- ReduceProdV11
- ReduceMinV11
- ReduceMeanV11
- ReduceMaxV11
- ReduceLogSumV11
- ReciprocalV6
- RangeV11
- PowV7
- PadV11
- PReluV9
- OrV7
- NotV1
- NegV6
- MulV7
- ModV10
- MinV8
- MaxPoolV1
- MaxV8
- MatMulV9
- LogV6
- LessOrEqualV12
- LessV9
- LeakyReluV6
- LRNV1
- IsNaNV9
- InstanceNormalizationV6
- GreaterOrEqualV12
- GreaterV9
- GlobalMaxPoolV1
- GlobalAveragePoolV1
- GemmV11
- GatherV11
- FloorV6
- FlattenV11
- ExpandV8
- ExpV6
- EqualV11
- EluV6
- DropoutV10
- DropoutV7
- DivV7
- CoshV9
- CosV7
- ConvV11
- ConvV1
- ConstantV11
- ConcatV11
- ConcatV4
- ClipV6
- CeilV6
- CastV9
- BatchNormalizationV9
- BatchNormalizationV7
- AveragePoolV10
- AveragePoolV7
- AtanhV9
- AtanV7
- AsinhV9
- AsinV7
- ArgMaxV11
- AndV7
- AddV7
- AcoshV9
- AcosV7
- AbsV6
- Operator
- ORTOperatorBackend
- OpToONNXBytesConverter
- AutoCloseable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ORTOperatorBackendAll()
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 AbsV6[T, Ax <: Axes](name: String, X: Tensor[T, Ax])(implicit 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]): Tensor[T, Ax]
- Definition Classes
- AbsV6
- def AcosV7[T, Ax <: Axes](name: String, input: Tensor[T, Ax])(implicit evT: Contains[T, ((Float16) => Nothing with (Float) => Nothing with (Double) => Nothing with (UNil) => Nothing) => Nothing]): Tensor[T, Ax]
- Definition Classes
- AcosV7
- def AcoshV9[T, Ax <: Axes](name: String, input: Tensor[T, Ax])(implicit evT: Contains[T, ((Float16) => Nothing with (Float) => Nothing with (Double) => Nothing with (UNil) => Nothing) => Nothing]): Tensor[T, Ax]
- Definition Classes
- AcoshV9
- def AddV7[T, Ax <: Axes](name: String, A: Tensor[T, Ax], B: Tensor[T, Ax])(implicit 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]): Tensor[T, Ax]
- Definition Classes
- AddV7
- def AndV7[T <: Boolean, T1 <: Boolean, Ax <: Axes](name: String, A: Tensor[T, Ax], B: Tensor[T, Ax]): Tensor[T1, Ax]
- Definition Classes
- AndV7
- def ArgMaxV11[T, Ax <: Axes, Bx <: Axes](name: String, axis: Option[Int], keepdims: Option[Int], data: Tensor[T, Ax])(implicit 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 (UNil) => Nothing) => Nothing]): Tensor[Long, Bx]
- Definition Classes
- ArgMaxV11
- def AsinV7[T, Ax <: Axes](name: String, input: Tensor[T, Ax])(implicit evT: Contains[T, ((Float16) => Nothing with (Float) => Nothing with (Double) => Nothing with (UNil) => Nothing) => Nothing]): Tensor[T, Ax]
- Definition Classes
- AsinV7
- def AsinhV9[T, Ax <: Axes](name: String, input: Tensor[T, Ax])(implicit evT: Contains[T, ((Float16) => Nothing with (Float) => Nothing with (Double) => Nothing with (UNil) => Nothing) => Nothing]): Tensor[T, Ax]
- Definition Classes
- AsinhV9
- def AtanV7[T, Ax <: Axes](name: String, input: Tensor[T, Ax])(implicit evT: Contains[T, ((Float16) => Nothing with (Float) => Nothing with (Double) => Nothing with (UNil) => Nothing) => Nothing]): Tensor[T, Ax]
- Definition Classes
- AtanV7
- def AtanhV9[T, Ax <: Axes](name: String, input: Tensor[T, Ax])(implicit evT: Contains[T, ((Float16) => Nothing with (Float) => Nothing with (Double) => Nothing with (UNil) => Nothing) => Nothing]): Tensor[T, Ax]
- Definition Classes
- AtanhV9
- def AveragePoolV10[T, Ax <: Axes, Bx <: Axes](name: String, auto_pad: Option[String], ceil_mode: Option[Int], count_include_pad: Option[Int], kernel_shape: Array[Int], pads: Option[Array[Int]], strides: Option[Array[Int]], X: Tensor[T, Ax])(implicit evT: Contains[T, ((Float16) => Nothing with (Float) => Nothing with (Double) => Nothing with (UNil) => Nothing) => Nothing]): Tensor[T, Bx]
- Definition Classes
- AveragePoolV10
- def AveragePoolV7[T, Ax <: Axes, Bx <: Axes](name: String, auto_pad: Option[String], count_include_pad: Option[Int], kernel_shape: Array[Int], pads: Option[Array[Int]], strides: Option[Array[Int]], X: Tensor[T, Ax])(implicit evT: Contains[T, ((Float16) => Nothing with (Float) => Nothing with (Double) => Nothing with (UNil) => Nothing) => Nothing]): Tensor[T, Bx]
- Definition Classes
- AveragePoolV7
- def BatchNormalizationV7[T, Ax <: Axes, Bx <: Axes](name: String, epsilon: Option[Float], momentum: Option[Float], spatial: Option[Int], X: Tensor[T, Ax], scale: Tensor[T, Bx], B: Tensor[T, Bx], mean: Tensor[T, Bx], someVar: Tensor[T, Bx])(implicit evT: Contains[T, ((Float16) => Nothing with (Float) => Nothing with (Double) => Nothing with (UNil) => Nothing) => Nothing]): Tensor[T, Ax]
- Definition Classes
- BatchNormalizationV7
- def BatchNormalizationV9[T, Ax <: Axes, Bx <: Axes](name: String, epsilon: Option[Float], momentum: Option[Float], X: Tensor[T, Ax], scale: Tensor[T, Bx], B: Tensor[T, Bx], mean: Tensor[T, Bx], someVar: Tensor[T, Bx])(implicit evT: Contains[T, ((Float16) => Nothing with (Float) => Nothing with (Double) => Nothing with (UNil) => Nothing) => Nothing]): Tensor[T, Ax]
- Definition Classes
- BatchNormalizationV9
- def CastV9[T1, T2, Ax <: Axes](name: String, to: Int, input: Tensor[T1, Ax])(implicit evT1: Contains[T1, ((Float16) => Nothing with (Float) => Nothing with (Double) => Nothing with (Byte) => Nothing with (Short) => Nothing with (Int) => Nothing with (Long) => Nothing with (UByte) => Nothing with (UShort) => Nothing with (UInt) => Nothing with (ULong) => Nothing with (Boolean) => Nothing with (String) => Nothing with (UNil) => Nothing) => Nothing], evT2: Contains[T2, ((Float16) => Nothing with (Float) => Nothing with (Double) => Nothing with (Byte) => Nothing with (Short) => Nothing with (Int) => Nothing with (Long) => Nothing with (UByte) => Nothing with (UShort) => Nothing with (UInt) => Nothing with (ULong) => Nothing with (Boolean) => Nothing with (String) => Nothing with (UNil) => Nothing) => Nothing]): Tensor[T2, Ax]
- Definition Classes
- CastV9
- def CeilV6[T, Ax <: Axes](name: String, X: Tensor[T, Ax])(implicit evT: Contains[T, ((Float16) => Nothing with (Float) => Nothing with (Double) => Nothing with (UNil) => Nothing) => Nothing]): Tensor[T, Ax]
- Definition Classes
- CeilV6
- def ClipV6[T, Ax <: Axes](name: String, max: Option[Float], min: Option[Float], input: Tensor[T, Ax])(implicit evT: Contains[T, ((Float16) => Nothing with (Float) => Nothing with (Double) => Nothing with (UNil) => Nothing) => Nothing]): Tensor[T, Ax]
- Definition Classes
- ClipV6
- def ConcatV11[T, Ax <: Axes, Bx <: Axes](name: String, axis: Int, inputs: Seq[Tensor[T, Ax]])(implicit 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]): Tensor[T, Bx]
- Definition Classes
- ConcatV11
- def ConcatV4[T, Ax <: Axes, Bx <: Axes](name: String, axis: Int, inputs: Seq[Tensor[T, Ax]])(implicit 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]): Tensor[T, Bx]
- Definition Classes
- ConcatV4
- def ConstantV11[T, Ax <: Axes, Bx <: Axes, Cx <: Axes](name: String, sparse_value: Option[SparseTensor[T, Ax]], value: Option[Tensor[T, Bx]])(implicit 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]): Tensor[T, Cx]
- Definition Classes
- ConstantV11
- def ConvV1[T, Ax <: Axes, Bx <: Axes, Cx <: Axes, Dx <: Axes](name: String, auto_pad: Option[String], dilations: Option[Array[Int]], group: Option[Int], kernel_shape: Option[Array[Int]], pads: Option[Array[Int]], strides: Option[Array[Int]], X: Tensor[T, Ax], W: Tensor[T, Bx], B: Option[Tensor[T, Cx]])(implicit evT: Contains[T, ((Float16) => Nothing with (Float) => Nothing with (Double) => Nothing with (UNil) => Nothing) => Nothing]): Tensor[T, Dx]
- Definition Classes
- ConvV1
- def ConvV11[T, Ax <: Axes, Bx <: Axes, Cx <: Axes, Dx <: Axes](name: String, auto_pad: Option[String], dilations: Option[Array[Int]], group: Option[Int], kernel_shape: Option[Array[Int]], pads: Option[Array[Int]], strides: Option[Array[Int]], X: Tensor[T, Ax], W: Tensor[T, Bx], B: Option[Tensor[T, Cx]])(implicit evT: Contains[T, ((Float16) => Nothing with (Float) => Nothing with (Double) => Nothing with (UNil) => Nothing) => Nothing]): Tensor[T, Dx]
- Definition Classes
- ConvV11
- def CosV7[T, Ax <: Axes](name: String, input: Tensor[T, Ax])(implicit evT: Contains[T, ((Float16) => Nothing with (Float) => Nothing with (Double) => Nothing with (UNil) => Nothing) => Nothing]): Tensor[T, Ax]
- Definition Classes
- CosV7
- def CoshV9[T, Ax <: Axes](name: String, input: Tensor[T, Ax])(implicit evT: Contains[T, ((Float16) => Nothing with (Float) => Nothing with (Double) => Nothing with (UNil) => Nothing) => Nothing]): Tensor[T, Ax]
- Definition Classes
- CoshV9
- def DivV7[T, Ax <: Axes](name: String, A: Tensor[T, Ax], B: Tensor[T, Ax])(implicit 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]): Tensor[T, Ax]
- Definition Classes
- DivV7
- def DropoutV10[T, T1, Ax <: Axes](name: String, ratio: Option[Float], data: Tensor[T, Ax])(implicit evT: Contains[T, ((Float16) => Nothing with (Float) => Nothing with (Double) => Nothing with (UNil) => Nothing) => Nothing], evT1: Contains[T1, ((Boolean) => Nothing with (UNil) => Nothing) => Nothing]): Tensor[T, Ax]
- Definition Classes
- DropoutV10
- def DropoutV7[T, Ax <: Axes](name: String, ratio: Option[Float], data: Tensor[T, Ax])(implicit evT: Contains[T, ((Float16) => Nothing with (Float) => Nothing with (Double) => Nothing with (UNil) => Nothing) => Nothing]): Tensor[T, Ax]
- Definition Classes
- DropoutV7
- def EluV6[T, Ax <: Axes](name: String, alpha: Option[Float], X: Tensor[T, Ax])(implicit evT: Contains[T, ((Float16) => Nothing with (Float) => Nothing with (Double) => Nothing with (UNil) => Nothing) => Nothing]): Tensor[T, Ax]
- Definition Classes
- EluV6
- def EqualV11[T, T1, Ax <: Axes](name: String, A: Tensor[T, Ax], B: Tensor[T, Ax])(implicit evT: Contains[T, ((Boolean) => Nothing with (Int) => Nothing with (Long) => Nothing with (UByte) => Nothing with (UShort) => Nothing with (UInt) => Nothing with (ULong) => Nothing with (Byte) => Nothing with (Short) => Nothing with (Float16) => Nothing with (Float) => Nothing with (Double) => Nothing with (UNil) => Nothing) => Nothing], evT1: Contains[T1, ((Boolean) => Nothing with (UNil) => Nothing) => Nothing]): Tensor[T1, Ax]
- Definition Classes
- EqualV11
- def ExpV6[T, Ax <: Axes](name: String, input: Tensor[T, Ax])(implicit evT: Contains[T, ((Float16) => Nothing with (Float) => Nothing with (Double) => Nothing with (UNil) => Nothing) => Nothing]): Tensor[T, Ax]
- Definition Classes
- ExpV6
- def ExpandV8[T, Ax <: Axes, Bx <: Axes, Cx <: Axes](name: String, input: Tensor[T, Ax], shapeInput: Tensor[Long, Bx])(implicit 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]): Tensor[T, Cx]
- Definition Classes
- ExpandV8
- def FlattenV11[T, Ax <: Axes, Bx <: Axes](name: String, axis: Option[Int], input: Tensor[T, Ax])(implicit 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]): Tensor[T, Bx]
- Definition Classes
- FlattenV11
- def FloorV6[T, Ax <: Axes](name: String, X: Tensor[T, Ax])(implicit evT: Contains[T, ((Float16) => Nothing with (Float) => Nothing with (Double) => Nothing with (UNil) => Nothing) => Nothing]): Tensor[T, Ax]
- Definition Classes
- FloorV6
- def GatherV11[T, Tind, Ax <: Axes, Bx <: Axes, Cx <: Axes](name: String, axis: Option[Int], data: Tensor[T, Ax], indices: Tensor[Tind, Bx])(implicit 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]): Tensor[T, Cx]
- Definition Classes
- GatherV11
- def GemmV11[T, Ax <: Axes, Bx <: Axes, Cx <: Axes](name: String, alpha: Option[Float], beta: Option[Float], transA: Option[Int], transB: Option[Int], A: Tensor[T, Ax], B: Tensor[T, Bx], C: Option[Tensor[T, Cx]])(implicit 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]): Tensor[T, Cx]
- Definition Classes
- GemmV11
- def GlobalAveragePoolV1[T, Ax <: Axes, Bx <: Axes](name: String, X: Tensor[T, Ax])(implicit evT: Contains[T, ((Float16) => Nothing with (Float) => Nothing with (Double) => Nothing with (UNil) => Nothing) => Nothing]): Tensor[T, Bx]
- Definition Classes
- GlobalAveragePoolV1
- def GlobalMaxPoolV1[T, Ax <: Axes, Bx <: Axes](name: String, X: Tensor[T, Ax])(implicit evT: Contains[T, ((Float16) => Nothing with (Float) => Nothing with (Double) => Nothing with (UNil) => Nothing) => Nothing]): Tensor[T, Bx]
- Definition Classes
- GlobalMaxPoolV1
- def GreaterOrEqualV12[T, T1, Ax <: Axes](name: String, A: Tensor[T, Ax], B: Tensor[T, Ax])(implicit 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], evT1: Contains[T1, ((Boolean) => Nothing with (UNil) => Nothing) => Nothing]): Tensor[T1, Ax]
- Definition Classes
- GreaterOrEqualV12
- def GreaterV9[T, T1, Ax <: Axes](name: String, A: Tensor[T, Ax], B: Tensor[T, Ax])(implicit 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], evT1: Contains[T1, ((Boolean) => Nothing with (UNil) => Nothing) => Nothing]): Tensor[T1, Ax]
- Definition Classes
- GreaterV9
- def InstanceNormalizationV6[T, Ax <: Axes, Bx <: Axes](name: String, epsilon: Option[Float], input: Tensor[T, Ax], scale: Tensor[T, Bx], B: Tensor[T, Bx])(implicit evT: Contains[T, ((Float16) => Nothing with (Float) => Nothing with (Double) => Nothing with (UNil) => Nothing) => Nothing]): Tensor[T, Bx]
- Definition Classes
- InstanceNormalizationV6
- def IsNaNV9[T1, T2, Ax <: Axes](name: String, X: Tensor[T1, Ax])(implicit evT1: Contains[T1, ((Float16) => Nothing with (Float) => Nothing with (Double) => Nothing with (UNil) => Nothing) => Nothing], evT2: Contains[T2, ((Boolean) => Nothing with (UNil) => Nothing) => Nothing]): Tensor[T2, Ax]
- Definition Classes
- IsNaNV9
- def LRNV1[T, Ax <: Axes](name: String, alpha: Option[Float], beta: Option[Float], bias: Option[Float], size: Int, X: Tensor[T, Ax])(implicit evT: Contains[T, ((Float16) => Nothing with (Float) => Nothing with (Double) => Nothing with (UNil) => Nothing) => Nothing]): Tensor[T, Ax]
- Definition Classes
- LRNV1
- def LeakyReluV6[T, Ax <: Axes](name: String, alpha: Option[Float], X: Tensor[T, Ax])(implicit evT: Contains[T, ((Float16) => Nothing with (Float) => Nothing with (Double) => Nothing with (UNil) => Nothing) => Nothing]): Tensor[T, Ax]
- Definition Classes
- LeakyReluV6
- def LessOrEqualV12[T, T1, Ax <: Axes](name: String, A: Tensor[T, Ax], B: Tensor[T, Ax])(implicit 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], evT1: Contains[T1, ((Boolean) => Nothing with (UNil) => Nothing) => Nothing]): Tensor[T1, Ax]
- Definition Classes
- LessOrEqualV12
- def LessV9[T, T1, Ax <: Axes](name: String, A: Tensor[T, Ax], B: Tensor[T, Ax])(implicit 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], evT1: Contains[T1, ((Boolean) => Nothing with (UNil) => Nothing) => Nothing]): Tensor[T1, Ax]
- Definition Classes
- LessV9
- def LogV6[T, Ax <: Axes](name: String, input: Tensor[T, Ax])(implicit evT: Contains[T, ((Float16) => Nothing with (Float) => Nothing with (Double) => Nothing with (UNil) => Nothing) => Nothing]): Tensor[T, Ax]
- Definition Classes
- LogV6
- def MatMulV9[T, Ax <: Axes, Bx <: Axes, Cx <: Axes](name: String, A: Tensor[T, Ax], B: Tensor[T, Bx])(implicit 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]): Tensor[T, Cx]
- Definition Classes
- MatMulV9
- def MaxPoolV1[T, Ax <: Axes, Bx <: Axes](name: String, auto_pad: Option[String], kernel_shape: Array[Int], pads: Option[Array[Int]], strides: Option[Array[Int]], X: Tensor[T, Ax])(implicit evT: Contains[T, ((Float16) => Nothing with (Float) => Nothing with (Double) => Nothing with (UNil) => Nothing) => Nothing]): Tensor[T, Bx]
- Definition Classes
- MaxPoolV1
- def MaxV8[T, Ax <: Axes](name: String, data_0: Seq[Tensor[T, Ax]])(implicit evT: Contains[T, ((Float16) => Nothing with (Float) => Nothing with (Double) => Nothing with (UNil) => Nothing) => Nothing]): Tensor[T, Ax]
- Definition Classes
- MaxV8
- def MinV8[T, Ax <: Axes](name: String, data_0: Seq[Tensor[T, Ax]])(implicit evT: Contains[T, ((Float16) => Nothing with (Float) => Nothing with (Double) => Nothing with (UNil) => Nothing) => Nothing]): Tensor[T, Ax]
- Definition Classes
- MinV8
- def ModV10[T, Ax <: Axes](name: String, fmod: Option[Int], A: Tensor[T, Ax], B: Tensor[T, Ax])(implicit 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 (UNil) => Nothing) => Nothing]): Tensor[T, Ax]
- Definition Classes
- ModV10
- def MulV7[T, Ax <: Axes](name: String, A: Tensor[T, Ax], B: Tensor[T, Ax])(implicit 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]): Tensor[T, Ax]
- Definition Classes
- MulV7
- def NegV6[T, Ax <: Axes](name: String, X: Tensor[T, Ax])(implicit evT: Contains[T, ((Float16) => Nothing with (Float) => Nothing with (Double) => Nothing with (Int) => Nothing with (Byte) => Nothing with (Short) => Nothing with (Long) => Nothing with (UNil) => Nothing) => Nothing]): Tensor[T, Ax]
- Definition Classes
- NegV6
- def NotV1[T <: Boolean, Ax <: Axes](name: String, X: Tensor[T, Ax]): Tensor[T, Ax]
- Definition Classes
- NotV1
- def OrV7[T <: Boolean, T1 <: Boolean, Ax <: Axes](name: String, A: Tensor[T, Ax], B: Tensor[T, Ax]): Tensor[T1, Ax]
- Definition Classes
- OrV7
- def PReluV9[T, Ax <: Axes](name: String, X: Tensor[T, Ax], slope: Tensor[T, Ax])(implicit 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]): Tensor[T, Ax]
- Definition Classes
- PReluV9
- def PadV11[T, Ax <: Axes, Bx <: Axes, Cx <: Axes, Dx <: Axes](name: String, mode: Option[String], data: Tensor[T, Ax], pads: Tensor[Long, Bx], constant_value: Option[Tensor[T, Cx]])(implicit 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]): Tensor[T, Dx]
- Definition Classes
- PadV11
- def PowV7[T, Ax <: Axes](name: String, X: Tensor[T, Ax], Y: Tensor[T, Ax])(implicit evT: Contains[T, ((Float16) => Nothing with (Float) => Nothing with (Double) => Nothing with (UNil) => Nothing) => Nothing]): Tensor[T, Ax]
- Definition Classes
- PowV7
- def RangeV11[T, Ax <: Axes, Bx <: Axes, Cx <: Axes, Dx <: Axes](name: String, start: Tensor[T, Ax], limit: Tensor[T, Bx], delta: Tensor[T, Cx])(implicit evT: Contains[T, ((Float) => Nothing with (Double) => Nothing with (Short) => Nothing with (Int) => Nothing with (Long) => Nothing with (UNil) => Nothing) => Nothing]): Tensor[T, Dx]
- Definition Classes
- RangeV11
- def ReciprocalV6[T, Ax <: Axes](name: String, X: Tensor[T, Ax])(implicit evT: Contains[T, ((Float16) => Nothing with (Float) => Nothing with (Double) => Nothing with (UNil) => Nothing) => Nothing]): Tensor[T, Ax]
- Definition Classes
- ReciprocalV6
- def ReduceLogSumV11[T, Ax <: Axes, Bx <: Axes](name: String, axes: Option[Array[Int]], keepdims: Option[Int], data: Tensor[T, Ax])(implicit evT: Contains[T, ((UInt) => Nothing with (ULong) => Nothing with (Int) => Nothing with (Long) => Nothing with (Float16) => Nothing with (Float) => Nothing with (Double) => Nothing with (UNil) => Nothing) => Nothing]): Tensor[T, Bx]
- Definition Classes
- ReduceLogSumV11
- def ReduceMaxV11[T, Ax <: Axes, Bx <: Axes](name: String, axes: Option[Array[Int]], keepdims: Option[Int], data: Tensor[T, Ax])(implicit evT: Contains[T, ((UInt) => Nothing with (ULong) => Nothing with (Int) => Nothing with (Long) => Nothing with (Float16) => Nothing with (Float) => Nothing with (Double) => Nothing with (UNil) => Nothing) => Nothing]): Tensor[T, Bx]
- Definition Classes
- ReduceMaxV11
- def ReduceMeanV11[T, Ax <: Axes, Bx <: Axes](name: String, axes: Option[Array[Int]], keepdims: Option[Int], data: Tensor[T, Ax])(implicit evT: Contains[T, ((UInt) => Nothing with (ULong) => Nothing with (Int) => Nothing with (Long) => Nothing with (Float16) => Nothing with (Float) => Nothing with (Double) => Nothing with (UNil) => Nothing) => Nothing]): Tensor[T, Bx]
- Definition Classes
- ReduceMeanV11
- def ReduceMinV11[T, Ax <: Axes, Bx <: Axes](name: String, axes: Option[Array[Int]], keepdims: Option[Int], data: Tensor[T, Ax])(implicit evT: Contains[T, ((UInt) => Nothing with (ULong) => Nothing with (Int) => Nothing with (Long) => Nothing with (Float16) => Nothing with (Float) => Nothing with (Double) => Nothing with (UNil) => Nothing) => Nothing]): Tensor[T, Bx]
- Definition Classes
- ReduceMinV11
- def ReduceProdV11[T, Ax <: Axes, Bx <: Axes](name: String, axes: Option[Array[Int]], keepdims: Option[Int], data: Tensor[T, Ax])(implicit evT: Contains[T, ((UInt) => Nothing with (ULong) => Nothing with (Int) => Nothing with (Long) => Nothing with (Float16) => Nothing with (Float) => Nothing with (Double) => Nothing with (UNil) => Nothing) => Nothing]): Tensor[T, Bx]
- Definition Classes
- ReduceProdV11
- def ReduceSumSquareV11[T, Ax <: Axes, Bx <: Axes](name: String, axes: Option[Array[Int]], keepdims: Option[Int], data: Tensor[T, Ax])(implicit evT: Contains[T, ((UInt) => Nothing with (ULong) => Nothing with (Int) => Nothing with (Long) => Nothing with (Float16) => Nothing with (Float) => Nothing with (Double) => Nothing with (UNil) => Nothing) => Nothing]): Tensor[T, Bx]
- Definition Classes
- ReduceSumSquareV11
- def ReduceSumV11[T, Ax <: Axes, Bx <: Axes](name: String, axes: Option[Array[Int]], keepdims: Option[Int], data: Tensor[T, Ax])(implicit evT: Contains[T, ((UInt) => Nothing with (ULong) => Nothing with (Int) => Nothing with (Long) => Nothing with (Float16) => Nothing with (Float) => Nothing with (Double) => Nothing with (UNil) => Nothing) => Nothing]): Tensor[T, Bx]
- Definition Classes
- ReduceSumV11
- def ReluV6[T, Ax <: Axes](name: String, X: Tensor[T, Ax])(implicit evT: Contains[T, ((Float16) => Nothing with (Float) => Nothing with (Double) => Nothing with (UNil) => Nothing) => Nothing]): Tensor[T, Ax]
- Definition Classes
- ReluV6
- def ReshapeV5[T, Ax <: Axes, Bx <: Axes, Cx <: Axes](name: String, data: Tensor[T, Ax], shapeInput: Tensor[Long, Bx])(implicit 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]): Tensor[T, Cx]
- Definition Classes
- ReshapeV5
- def RoundV11[T, Ax <: Axes](name: String, X: Tensor[T, Ax])(implicit evT: Contains[T, ((Float16) => Nothing with (Float) => Nothing with (Double) => Nothing with (UNil) => Nothing) => Nothing]): Tensor[T, Ax]
- Definition Classes
- RoundV11
- def ShapeV1[T, T1 <: Long, Ax <: Axes, Bx <: Axes](name: String, data: Tensor[T, Ax])(implicit 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], evT1: Contains[T1, ((Long) => Nothing with (UNil) => Nothing) => Nothing]): Tensor[T1, Bx]
- Definition Classes
- ShapeV1
- def SigmoidV6[T, Ax <: Axes](name: String, X: Tensor[T, Ax])(implicit evT: Contains[T, ((Float16) => Nothing with (Float) => Nothing with (Double) => Nothing with (UNil) => Nothing) => Nothing]): Tensor[T, Ax]
- Definition Classes
- SigmoidV6
- def SignV9[T, Ax <: Axes](name: String, input: Tensor[T, Ax])(implicit 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 (UNil) => Nothing) => Nothing]): Tensor[T, Ax]
- Definition Classes
- SignV9
- def SinV7[T, Ax <: Axes](name: String, input: Tensor[T, Ax])(implicit evT: Contains[T, ((Float16) => Nothing with (Float) => Nothing with (Double) => Nothing with (UNil) => Nothing) => Nothing]): Tensor[T, Ax]
- Definition Classes
- SinV7
- def SinhV9[T, Ax <: Axes](name: String, input: Tensor[T, Ax])(implicit evT: Contains[T, ((Float16) => Nothing with (Float) => Nothing with (Double) => Nothing with (UNil) => Nothing) => Nothing]): Tensor[T, Ax]
- Definition Classes
- SinhV9
- def SliceV11[T, Tind, Ax <: Axes, Bx <: Axes, Cx <: Axes, Dx <: Axes, Ex <: Axes, Fx <: Axes](name: String, data: Tensor[T, Ax], starts: Tensor[Tind, Bx], ends: Tensor[Tind, Cx], axes: Option[Tensor[Tind, Dx]], steps: Option[Tensor[Tind, Ex]])(implicit 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]): Tensor[T, Fx]
- Definition Classes
- SliceV11
- def SoftmaxV11[T, Ax <: Axes, Bx <: Axes](name: String, axis: Option[Int], input: Tensor[T, Ax])(implicit evT: Contains[T, ((Float16) => Nothing with (Float) => Nothing with (Double) => Nothing with (UNil) => Nothing) => Nothing]): Tensor[T, Bx]
- Definition Classes
- SoftmaxV11
- def SqrtV6[T, Ax <: Axes](name: String, X: Tensor[T, Ax])(implicit evT: Contains[T, ((Float16) => Nothing with (Float) => Nothing with (Double) => Nothing with (UNil) => Nothing) => Nothing]): Tensor[T, Ax]
- Definition Classes
- SqrtV6
- def SqueezeV11[T, Ax <: Axes, Bx <: Axes](name: String, axes: Option[Array[Int]], data: Tensor[T, Ax])(implicit 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]): Tensor[T, Bx]
- Definition Classes
- SqueezeV11
- def SubV7[T, Ax <: Axes](name: String, A: Tensor[T, Ax], B: Tensor[T, Ax])(implicit 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]): Tensor[T, Ax]
- Definition Classes
- SubV7
- def SumV8[T, Ax <: Axes](name: String, data_0: Seq[Tensor[T, Ax]])(implicit evT: Contains[T, ((Float16) => Nothing with (Float) => Nothing with (Double) => Nothing with (UNil) => Nothing) => Nothing]): Tensor[T, Ax]
- Definition Classes
- SumV8
- def TanV7[T, Ax <: Axes](name: String, input: Tensor[T, Ax])(implicit evT: Contains[T, ((Float16) => Nothing with (Float) => Nothing with (Double) => Nothing with (UNil) => Nothing) => Nothing]): Tensor[T, Ax]
- Definition Classes
- TanV7
- def TanhV6[T, Ax <: Axes](name: String, input: Tensor[T, Ax])(implicit evT: Contains[T, ((Float16) => Nothing with (Float) => Nothing with (Double) => Nothing with (UNil) => Nothing) => Nothing]): Tensor[T, Ax]
- Definition Classes
- TanhV6
- def TileV6[T, T1, Ax <: Axes, Bx <: Axes, Cx <: Axes](name: String, input: Tensor[T, Ax], repeats: Tensor[T1, Bx])(implicit 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], evT1: Contains[T1, ((Long) => Nothing with (UNil) => Nothing) => Nothing]): Tensor[T, Cx]
- Definition Classes
- TileV6
- def TransposeV1[T, Ax <: Axes, Bx <: Axes](name: String, perm: Option[Array[Int]], data: Tensor[T, Ax])(implicit 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]): Tensor[T, Bx]
- Definition Classes
- TransposeV1
- def UnsqueezeV11[T, Ax <: Axes, Bx <: Axes](name: String, axes: Array[Int], data: Tensor[T, Ax])(implicit 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]): Tensor[T, Bx]
- Definition Classes
- UnsqueezeV11
- def XorV7[T <: Boolean, T1 <: Boolean, Ax <: Axes](name: String, A: Tensor[T, Ax], B: Tensor[T, Ax]): Tensor[T1, Ax]
- Definition Classes
- XorV7
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def callByteArrayOp[T, Ax <: Axes](opModel: Array[Byte], inputs: Seq[_]): Tensor[T, Ax]
- Definition Classes
- ORTOperatorBackend
- def callOp[T, Ax <: Axes](name: String, opName: String, inputs: Seq[_], attrs: Map[String, Any]): Tensor[T, Ax]
- Definition Classes
- ORTOperatorBackend
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def close(): Unit
- Definition Classes
- ORTOperatorBackend → OpToONNXBytesConverter → AutoCloseable
- def createInputValueInfoProto[T, Ax <: Axes](tens: Tensor[T, Ax], inputName: String): ValueInfoProto
- Attributes
- protected
- Definition Classes
- OpToONNXBytesConverter
- val env: OrtEnvironment
- Definition Classes
- ORTOperatorBackend
- 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()
- def getSession(bytes: Array[Byte]): OrtSession
- Definition Classes
- ORTOperatorBackend
- 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
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def opToNode[T](name: String, opName: String, outName: String, attrs: Map[String, Any]): NodeProto
- Attributes
- protected
- Definition Classes
- OpToONNXBytesConverter
- def opToONNXBytes[T](name: String, opName: String, inputs: Seq[_], outName: String, attrs: Map[String, Any]): Array[Byte]
- Definition Classes
- OpToONNXBytesConverter
- def runModel[T, Ax <: Axes](sess: OrtSession, input_tensor_values: Array[OnnxTensor], inputNames: List[String], outputNames: List[String]): Tensor[T, Ax]
- Definition Classes
- ORTOperatorBackend
- 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