MulV13

trait MulV13 extends Operator
trait Operator
class Object
trait Matchable
class Any

Value members

Concrete methods

def MulV13[@specialized T <: UInt | ULong | Int | Long | BFloat16 | Float16 | Float | Double, Tt <: TensorTypeDenotation, Td <: TensorShapeDenotation, S <: Shape](name: String, A: Tensor[T, (Tt, Td, S)], B: Tensor[T, (Tt, Td, S)])(`evidence$35`: Numeric[T], tt: ValueOf[Tt], td: TensorShapeDenotationOf[Td], s: ShapeOf[S]): Tensor[T, (Tt, 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