ReduceMaxV13

trait ReduceMaxV13 extends Operator
trait Operator
class Object
trait Matchable
class Any

Value members

Concrete methods

def ReduceMaxV13[@specialized T <: UInt | ULong | Int | Long | BFloat16 | Float16 | Float | Double | UByte | Byte : Numeric, Tt <: TensorTypeDenotation, Td <: TensorShapeDenotation, S <: Shape, Tt1 <: TensorTypeDenotation, Axes <: Indices, KeepDims <: Boolean & Singleton](name: String, axes: Option[Axes], keepdims: KeepDims, data: Tensor[T, (Tt, Td, S)])(implicit evidence$43: Numeric[T], tt: ValueOf[Tt1], td: TensorShapeDenotationOf[KeepOrReduceDimDenotations[Td, Axes, KeepDims]], s: ShapeOf[KeepOrReduceDims[S, Axes, KeepDims]], i: IndicesOf[Axes], k: ValueOf[KeepDims]): Tensor[T, (Tt1, KeepOrReduceDimDenotations[Td, Axes, KeepDims], KeepOrReduceDims[S, Axes, KeepDims])]

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