Home
last modified time | relevance | path

Searched defs:_matmul (Results 1 – 15 of 15) sorted by relevance

/external/tensorflow/tensorflow/python/kernel_tests/linalg/
Dlinear_operator_algebra_test.py46 def _matmul(self, a): member in AdjointTest.testRegistration.CustomLinOp
88 def _matmul(self, a): member in CholeskyTest.testRegistration.CustomLinOp
138 def _matmul(self, a): member in MatmulTest.testRegistration.CustomLinOp
149 def _matmul(a, b): # pylint: disable=unused-argument,unused-variable function
184 def _matmul(self, a): member in InverseTest.testRegistration.CustomLinOp
Dlinear_operator_test.py60 def _matmul(self): member in LinearOperatorShape
87 def _matmul(self, x, adjoint=False, adjoint_arg=False): member in LinearOperatorMatmulSolve
/external/tensorflow/tensorflow/python/ops/linalg/
Dlinear_operator_full_matrix.py178 def _matmul(self, x, adjoint=False, adjoint_arg=False): member in LinearOperatorFullMatrix
Dlinear_operator_composition.py233 def _matmul(self, x, adjoint=False, adjoint_arg=False): member in LinearOperatorComposition
Dlinear_operator_lower_triangular.py193 def _matmul(self, x, adjoint=False, adjoint_arg=False): member in LinearOperatorLowerTriangular
Dlinear_operator_inversion.py197 def _matmul(self, x, adjoint=False, adjoint_arg=False): member in LinearOperatorInversion
Dlinear_operator_identity.py348 def _matmul(self, x, adjoint=False, adjoint_arg=False): member in LinearOperatorIdentity
655 def _matmul(self, x, adjoint=False, adjoint_arg=False): member in LinearOperatorScaledIdentity
Dlinear_operator_block_diag.py259 def _matmul(self, x, adjoint=False, adjoint_arg=False): member in LinearOperatorBlockDiag
Dlinear_operator_diag.py224 def _matmul(self, x, adjoint=False, adjoint_arg=False): member in LinearOperatorDiag
Dlinear_operator_kronecker.py277 def _matmul(self, x, adjoint=False, adjoint_arg=False): member in LinearOperatorKronecker
Dlinear_operator_low_rank_update.py348 def _matmul(self, x, adjoint=False, adjoint_arg=False): member in LinearOperatorLowRankUpdate
Dlinear_operator_zeros.py292 def _matmul(self, x, adjoint=False, adjoint_arg=False): member in LinearOperatorZeros
Dlinear_operator_adjoint.py189 def _matmul(self, x, adjoint=False, adjoint_arg=False): member in LinearOperatorAdjoint
Dlinear_operator_circulant.py401 def _matmul(self, x, adjoint=False, adjoint_arg=False): member in _BaseLinearOperatorCirculant
Dlinear_operator.py567 def _matmul(self, x, adjoint=False, adjoint_arg=False): member in LinearOperator