openvino.runtime.opset13.matmul#

openvino.runtime.opset13.matmul(data_a: Node | int | float | ndarray, data_b: Node | int | float | ndarray, transpose_a: bool, transpose_b: bool, name: str | None = None) Node#

Return the Matrix Multiplication operation.

Parameters:
  • data_a – left-hand side matrix

  • data_b – right-hand side matrix

  • transpose_a – should the first matrix be transposed before operation

  • transpose_b – should the second matrix be transposed

Returns:

MatMul operation node