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.py191 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument
195 def _solve(self, rhs, adjoint=False, adjoint_arg=False): argument
Dlinear_operator_composition.py244 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument
271 def _solve(self, rhs, adjoint=False, adjoint_arg=False): argument
Dlinear_operator_block_diag.py308 def matmul(self, x, adjoint=False, adjoint_arg=False, name="matmul"): argument
392 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument
485 def solve(self, rhs, adjoint=False, adjoint_arg=False, name="solve"): argument
Dlinear_operator_block_lower_triangular.py395 def matmul(self, x, adjoint=False, adjoint_arg=False, name="matmul"): argument
459 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument
588 def solve(self, rhs, adjoint=False, adjoint_arg=False, name="solve"): argument
Dlinear_operator_identity.py365 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument
379 def _solve(self, rhs, adjoint=False, adjoint_arg=False): argument
703 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument
717 def _solve(self, rhs, adjoint=False, adjoint_arg=False): argument
Dlinear_operator_inversion.py199 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument
208 def _solve(self, rhs, adjoint=False, adjoint_arg=False): argument
Dlinear_operator_lower_triangular.py197 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument
208 def _solve(self, rhs, adjoint=False, adjoint_arg=False): argument
Dlinear_operator_permutation.py210 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument
240 def _solve(self, rhs, adjoint=False, adjoint_arg=False): argument
Dlinear_operator_tridiag.py300 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument
309 def _solve(self, rhs, adjoint=False, adjoint_arg=False): argument
Dlinear_operator_householder.py198 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument
236 def _solve(self, rhs, adjoint=False, adjoint_arg=False): argument
Dlinear_operator_kronecker.py289 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument
434 def _solve(self, rhs, adjoint=False, adjoint_arg=False): argument
Dlinear_operator_adjoint.py191 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument
211 def _solve(self, rhs, adjoint=False, adjoint_arg=False): argument
Dlinear_operator_diag.py225 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument
245 def _solve(self, rhs, adjoint=False, adjoint_arg=False): argument
Dlinear_operator_test_util.py336 adjoint_arg, argument
408 adjoint_arg, argument
428 adjoint_arg, argument
560 adjoint_arg, argument
629 use_placeholder, shapes_info, dtype, adjoint, adjoint_arg, blockwise_arg): argument
644 use_placeholder, shapes_info, dtype, adjoint, adjoint_arg, blockwise_arg): argument
Dlinear_operator_low_rank_update.py384 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument
448 def _solve(self, rhs, adjoint=False, adjoint_arg=False): argument
Dlinear_operator.py635 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument
638 def matmul(self, x, adjoint=False, adjoint_arg=False, name="matmul"): argument
792 def _dense_solve(self, rhs, adjoint=False, adjoint_arg=False): argument
804 def _solve(self, rhs, adjoint=False, adjoint_arg=False): argument
811 def solve(self, rhs, adjoint=False, adjoint_arg=False, name="solve"): 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_toeplitz.py210 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument
Dlinear_operator_zeros.py311 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