Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/linalg/
Dlinear_operator_full_matrix.py190 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument
194 def _solve(self, rhs, adjoint=False, adjoint_arg=False): argument
Dlinear_operator_composition.py243 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument
270 def _solve(self, rhs, adjoint=False, adjoint_arg=False): argument
Dlinear_operator_block_diag.py290 def matmul(self, x, adjoint=False, adjoint_arg=False, name="matmul"): argument
354 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument
445 def solve(self, rhs, adjoint=False, adjoint_arg=False, name="solve"): argument
Dlinear_operator_inversion.py198 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument
207 def _solve(self, rhs, adjoint=False, adjoint_arg=False): argument
Dlinear_operator_block_lower_triangular.py394 def matmul(self, x, adjoint=False, adjoint_arg=False, name="matmul"): argument
458 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument
587 def solve(self, rhs, adjoint=False, adjoint_arg=False, name="solve"): argument
Dlinear_operator_identity.py364 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument
378 def _solve(self, rhs, adjoint=False, adjoint_arg=False): argument
693 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument
707 def _solve(self, rhs, adjoint=False, adjoint_arg=False): argument
Dlinear_operator_lower_triangular.py196 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument
207 def _solve(self, rhs, adjoint=False, adjoint_arg=False): argument
Dlinear_operator_tridiag.py299 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument
308 def _solve(self, rhs, adjoint=False, adjoint_arg=False): argument
Dlinear_operator_permutation.py209 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument
239 def _solve(self, rhs, adjoint=False, adjoint_arg=False): argument
Dlinear_operator_householder.py196 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument
235 def _solve(self, rhs, adjoint=False, adjoint_arg=False): argument
Dlinear_operator_kronecker.py288 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument
433 def _solve(self, rhs, adjoint=False, adjoint_arg=False): argument
Dlinear_operator_low_rank_update.py364 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument
417 def _solve(self, rhs, adjoint=False, adjoint_arg=False): argument
Dlinear_operator_diag.py224 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument
244 def _solve(self, rhs, adjoint=False, adjoint_arg=False): argument
Dlinear_operator_adjoint.py190 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument
210 def _solve(self, rhs, adjoint=False, adjoint_arg=False): argument
Dlinear_operator_test_util.py327 adjoint_arg, argument
391 adjoint_arg, argument
411 adjoint_arg, argument
543 adjoint_arg, argument
604 use_placeholder, shapes_info, dtype, adjoint, adjoint_arg, blockwise_arg): argument
619 use_placeholder, shapes_info, dtype, adjoint, adjoint_arg, blockwise_arg): argument
Dlinear_operator.py628 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument
631 def matmul(self, x, adjoint=False, adjoint_arg=False, name="matmul"): argument
785 def _dense_solve(self, rhs, adjoint=False, adjoint_arg=False): argument
797 def _solve(self, rhs, adjoint=False, adjoint_arg=False): argument
804 def solve(self, rhs, adjoint=False, adjoint_arg=False, name="solve"): argument
Dlinear_operator_toeplitz.py209 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument
Dlinear_operator_circulant.py407 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument
441 def _solve(self, rhs, adjoint=False, adjoint_arg=False): argument
Dlinear_operator_zeros.py310 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument
/external/tensorflow/tensorflow/python/kernel_tests/linalg/
Dlinear_operator_test.py105 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument
110 def _solve(self, rhs, adjoint=False, adjoint_arg=False): argument