MatMul
¶
-
class
plaidml.op.
MatMul
(a, b)[source]¶ A matrix multiplication, using numpy semantics.
See https://docs.scipy.org/doc/numpy-1.13.0/reference/generated/numpy.matmul.html for details.
Methods
__init__
(a, b)Operation constructor. bind
(bindings)Builds an output variable dictionary for the operation. function
(*args, **kwargs)Invokes an Operation as a function. sole_output
()