modeci_mdf.functions.onnx.matmulinteger

modeci_mdf.functions.onnx.matmulinteger(*args, **kwargs)

Matrix product that behaves like numpy.matmul: https://docs.scipy.org/doc/numpy-1.13.0/reference/generated/numpy.matmul.html. The production MUST never overflow. The accumulation may overflow if and only if in 32 bits.