MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / _matmul

Method _matmul

tensorflow/python/ops/linalg/linear_operator.py:572–573  ·  view source on GitHub ↗
(self, x, adjoint=False, adjoint_arg=False)

Source from the content-addressed store, hash-verified

570
571 @abc.abstractmethod
572 def _matmul(self, x, adjoint=False, adjoint_arg=False):
573 raise NotImplementedError("_matmul is not implemented.")
574
575 def matmul(self, x, adjoint=False, adjoint_arg=False, name="matmul"):
576 """Transform [batch] matrix `x` with left multiplication: `x --> Ax`.

Callers 1

matmulMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected