Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/kernel_tests/linalg/
Dlinear_operator_algebra_test.py45 def _matmul(self, a): member in AdjointTest.testRegistration.CustomLinOp
87 def _matmul(self, a): member in CholeskyTest.testRegistration.CustomLinOp
137 def _matmul(self, a): member in MatmulTest.testRegistration.CustomLinOp
148 def _matmul(a, b): # pylint: disable=unused-argument,unused-variable function
183 def _matmul(self, a): member in SolveTest.testRegistration.CustomLinOp
232 def _matmul(self, a): member in InverseTest.testRegistration.CustomLinOp
Dlinear_operator_test.py66 def _matmul(self): member in LinearOperatorShape
102 def _matmul(self, x, adjoint=False, adjoint_arg=False): member in LinearOperatorMatmulSolve
/external/tensorflow/tensorflow/python/ops/linalg/
Dlinear_operator_full_matrix.py188 def _matmul(self, x, adjoint=False, adjoint_arg=False): member in LinearOperatorFullMatrix
Dlinear_operator_composition.py236 def _matmul(self, x, adjoint=False, adjoint_arg=False): member in LinearOperatorComposition
Dlinear_operator_inversion.py196 def _matmul(self, x, adjoint=False, adjoint_arg=False): member in LinearOperatorInversion
Dlinear_operator_toeplitz.py204 def _matmul(self, x, adjoint=False, adjoint_arg=False): member in LinearOperatorToeplitz
Dlinear_operator_identity.py361 def _matmul(self, x, adjoint=False, adjoint_arg=False): member in LinearOperatorIdentity
707 def _matmul(self, x, adjoint=False, adjoint_arg=False): member in LinearOperatorScaledIdentity
Dlinear_operator_tridiag.py296 def _matmul(self, x, adjoint=False, adjoint_arg=False): member in LinearOperatorTridiag
Dlinear_operator_permutation.py209 def _matmul(self, x, adjoint=False, adjoint_arg=False): member in LinearOperatorPermutation
Dlinear_operator_lower_triangular.py197 def _matmul(self, x, adjoint=False, adjoint_arg=False): member in LinearOperatorLowerTriangular
Dlinear_operator_householder.py192 def _matmul(self, x, adjoint=False, adjoint_arg=False): member in LinearOperatorHouseholder
Dlinear_operator_diag.py219 def _matmul(self, x, adjoint=False, adjoint_arg=False): member in LinearOperatorDiag
Dlinear_operator_zeros.py307 def _matmul(self, x, adjoint=False, adjoint_arg=False): member in LinearOperatorZeros
Dlinear_operator_adjoint.py185 def _matmul(self, x, adjoint=False, adjoint_arg=False): member in LinearOperatorAdjoint
Dlinear_operator_low_rank_update.py375 def _matmul(self, x, adjoint=False, adjoint_arg=False): member in LinearOperatorLowRankUpdate
Dlinear_operator_kronecker.py368 def _matmul(self, x, adjoint=False, adjoint_arg=False): member in LinearOperatorKronecker
Dlinear_operator_block_lower_triangular.py463 def _matmul(self, x, adjoint=False, adjoint_arg=False): member in LinearOperatorBlockLowerTriangular
Dlinear_operator_block_diag.py380 def _matmul(self, x, adjoint=False, adjoint_arg=False): member in LinearOperatorBlockDiag
Dlinear_operator.py632 def _matmul(self, x, adjoint=False, adjoint_arg=False): member in LinearOperator
1474 def _matmul( # pylint:disable=missing-docstring function
Dlinear_operator_circulant.py545 def _matmul(self, x, adjoint=False, adjoint_arg=False): member in _BaseLinearOperatorCirculant