/external/tensorflow/tensorflow/python/kernel_tests/linalg/ |
D | linear_operator_algebra_test.py | 45 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
|
D | linear_operator_test.py | 66 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/ |
D | linear_operator_full_matrix.py | 188 def _matmul(self, x, adjoint=False, adjoint_arg=False): member in LinearOperatorFullMatrix
|
D | linear_operator_composition.py | 236 def _matmul(self, x, adjoint=False, adjoint_arg=False): member in LinearOperatorComposition
|
D | linear_operator_inversion.py | 196 def _matmul(self, x, adjoint=False, adjoint_arg=False): member in LinearOperatorInversion
|
D | linear_operator_toeplitz.py | 204 def _matmul(self, x, adjoint=False, adjoint_arg=False): member in LinearOperatorToeplitz
|
D | linear_operator_identity.py | 361 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
|
D | linear_operator_tridiag.py | 296 def _matmul(self, x, adjoint=False, adjoint_arg=False): member in LinearOperatorTridiag
|
D | linear_operator_permutation.py | 209 def _matmul(self, x, adjoint=False, adjoint_arg=False): member in LinearOperatorPermutation
|
D | linear_operator_lower_triangular.py | 197 def _matmul(self, x, adjoint=False, adjoint_arg=False): member in LinearOperatorLowerTriangular
|
D | linear_operator_householder.py | 192 def _matmul(self, x, adjoint=False, adjoint_arg=False): member in LinearOperatorHouseholder
|
D | linear_operator_diag.py | 219 def _matmul(self, x, adjoint=False, adjoint_arg=False): member in LinearOperatorDiag
|
D | linear_operator_zeros.py | 307 def _matmul(self, x, adjoint=False, adjoint_arg=False): member in LinearOperatorZeros
|
D | linear_operator_adjoint.py | 185 def _matmul(self, x, adjoint=False, adjoint_arg=False): member in LinearOperatorAdjoint
|
D | linear_operator_low_rank_update.py | 375 def _matmul(self, x, adjoint=False, adjoint_arg=False): member in LinearOperatorLowRankUpdate
|
D | linear_operator_kronecker.py | 368 def _matmul(self, x, adjoint=False, adjoint_arg=False): member in LinearOperatorKronecker
|
D | linear_operator_block_lower_triangular.py | 463 def _matmul(self, x, adjoint=False, adjoint_arg=False): member in LinearOperatorBlockLowerTriangular
|
D | linear_operator_block_diag.py | 380 def _matmul(self, x, adjoint=False, adjoint_arg=False): member in LinearOperatorBlockDiag
|
D | linear_operator.py | 632 def _matmul(self, x, adjoint=False, adjoint_arg=False): member in LinearOperator 1474 def _matmul( # pylint:disable=missing-docstring function
|
D | linear_operator_circulant.py | 545 def _matmul(self, x, adjoint=False, adjoint_arg=False): member in _BaseLinearOperatorCirculant
|