/external/tensorflow/tensorflow/python/kernel_tests/linalg/ |
D | linear_operator_algebra_test.py | 46 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
|
D | linear_operator_test.py | 60 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/ |
D | linear_operator_full_matrix.py | 178 def _matmul(self, x, adjoint=False, adjoint_arg=False): member in LinearOperatorFullMatrix
|
D | linear_operator_composition.py | 233 def _matmul(self, x, adjoint=False, adjoint_arg=False): member in LinearOperatorComposition
|
D | linear_operator_lower_triangular.py | 193 def _matmul(self, x, adjoint=False, adjoint_arg=False): member in LinearOperatorLowerTriangular
|
D | linear_operator_inversion.py | 197 def _matmul(self, x, adjoint=False, adjoint_arg=False): member in LinearOperatorInversion
|
D | linear_operator_identity.py | 348 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
|
D | linear_operator_block_diag.py | 259 def _matmul(self, x, adjoint=False, adjoint_arg=False): member in LinearOperatorBlockDiag
|
D | linear_operator_diag.py | 224 def _matmul(self, x, adjoint=False, adjoint_arg=False): member in LinearOperatorDiag
|
D | linear_operator_kronecker.py | 277 def _matmul(self, x, adjoint=False, adjoint_arg=False): member in LinearOperatorKronecker
|
D | linear_operator_low_rank_update.py | 348 def _matmul(self, x, adjoint=False, adjoint_arg=False): member in LinearOperatorLowRankUpdate
|
D | linear_operator_zeros.py | 292 def _matmul(self, x, adjoint=False, adjoint_arg=False): member in LinearOperatorZeros
|
D | linear_operator_adjoint.py | 189 def _matmul(self, x, adjoint=False, adjoint_arg=False): member in LinearOperatorAdjoint
|
D | linear_operator_circulant.py | 401 def _matmul(self, x, adjoint=False, adjoint_arg=False): member in _BaseLinearOperatorCirculant
|
D | linear_operator.py | 567 def _matmul(self, x, adjoint=False, adjoint_arg=False): member in LinearOperator
|