com.microsoft - TransposeMatMul#
TransposeMatMul - 1#
Version
name: TransposeMatMul (GitHub)
domain: com.microsoft
since_version: 1
function:
support_level: SupportType.COMMON
shape inference: True
This version of the operator has been available since version 1 of domain com.microsoft.
Summary
Attributes
alpha - FLOAT : Scalar multiplier for the product of the input tensors.
transA - INT : Whether A should be transposed on the last two dimensions before doing multiplication
transB - INT : Whether B should be transposed on the last two dimensions before doing multiplication
Inputs
A (heterogeneous) - T:
B (heterogeneous) - T:
Outputs
Y (heterogeneous) - T:
Type Constraints
T in ( tensor(bfloat16), tensor(double), tensor(float), tensor(float16) ): Constrain input and output types to float tensors.
Examples