GemmV13

trait GemmV13 extends Operator
trait Operator
class Object
trait Matchable
class Any

Value members

Concrete methods

def GemmV13[@specialized T <: BFloat16 | Float16 | Float | Double | UInt | ULong | Int | Long : Numeric, Tt <: TensorTypeDenotation, Td <: TensorShapeDenotation, M <: Dimension, K <: Dimension, S <: M #: K #: SNil, Tt1 <: TensorTypeDenotation, Td1 <: TensorShapeDenotation, N <: Dimension, S1 <: K #: N #: SNil](name: String, alpha: Float, beta: Float, transA: Int, transB: Int, A: Tensor[T, (Tt, Td, S)], B: Tensor[T, (Tt1, Td1, S1)], C: Option[Tensor[T, (Tt, Td, M #: N #: SNil)]])(implicit evidence$23: Numeric[T], tt: ValueOf[Tt], td: TensorShapeDenotationOf[Td], s: ShapeOf[M #: N #: SNil]): Tensor[T, (Tt, Td, M #: N #: SNil)]

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