MatMul#
Domain:
ai.onnxSince version: 13
Matrix product that behaves like numpy.matmul.
Inputs
A (T): N-dimensional matrix A
B (T): N-dimensional matrix B
Outputs
Y (T): Matrix multiply results from A * B
Type Constraints
T: Constrain input and output types to float/int tensors. Allowed types: tensor(bfloat16), tensor(double), tensor(float), tensor(float16), tensor(int32), tensor(int64), tensor(uint32), tensor(uint64).
Differences with previous version (9)#
SchemaDiff: MatMul (domain 'ai.onnx')
old version: 9
new version: 13
breaking: no
Type constraints:
changed ‘T’: added types: [‘tensor(bfloat16)’]