MatMulΒΆ
Matrix product that behaves like [numpy.matmul](https://numpy.org/doc/stable/reference/generated/numpy.matmul.html).
Abstract Signature:
MatMul(A: Tensor, B: Tensor)
Matrix product that behaves like [numpy.matmul](https://numpy.org/doc/stable/reference/generated/numpy.matmul.html).
Abstract Signature:
MatMul(A: Tensor, B: Tensor)