ScalerV1

trait ScalerV1 extends Operator
trait Operator
class Object
trait Matchable
class Any

Value members

Concrete methods

def ScalerV1[@specialized T <: Float | Double | Long | Int : Numeric, Tt <: TensorTypeDenotation, Td <: TensorShapeDenotation, S <: Shape, Tt1 <: TensorTypeDenotation](name: String, offset: Option[Array[Float]], scaleAttr: Option[Array[Float]], X: Tensor[T, (Tt, Td, S)])(implicit evidence$93: Numeric[T], tt: ValueOf[Tt1], td: TensorShapeDenotationOf[Td], s: ShapeOf[S]): Tensor[Float, (Tt1, Td, S)]

Inherited methods

def callOp[T <: Supported, Tt <: TensorTypeDenotation, Td <: TensorShapeDenotation, S <: Shape](name: String, opName: String, inputs: Tuple, attrs: Map[String, Any])(using tt: ValueOf[Tt], td: TensorShapeDenotationOf[Td], s: ShapeOf[S]): Tensor[T, (Tt, Td, S)]
Inherited from:
Operator