Home
last modified time | relevance | path

Searched defs:adjoint (Results 1 – 25 of 39) sorted by relevance

12

/aosp_15_r20/external/tensorflow/tensorflow/python/ops/linalg/
H A Dlinear_operator_test_util.py159 def make_rhs(self, operator, adjoint, with_batch=True): argument
176 def make_x(self, operator, adjoint, with_batch=True): argument
426 adjoint, argument
498 adjoint, argument
518 adjoint, argument
650 adjoint, argument
720 use_placeholder, shapes_info, dtype, adjoint, adjoint_arg, blockwise_arg): argument
735 use_placeholder, shapes_info, dtype, adjoint, adjoint_arg, blockwise_arg): argument
991 def make_rhs(self, operator, adjoint, with_batch=True): argument
997 def make_x(self, operator, adjoint, with_batch=True): argument
[all …]
H A Dlinear_operator.py632 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument
635 def matmul(self, x, adjoint=False, adjoint_arg=False, name="matmul"): argument
693 def _matvec(self, x, adjoint=False): argument
698 def matvec(self, x, adjoint=False, name="matvec"): argument
789 def _dense_solve(self, rhs, adjoint=False, adjoint_arg=False): argument
801 def _solve(self, rhs, adjoint=False, adjoint_arg=False): argument
808 def solve(self, rhs, adjoint=False, adjoint_arg=False, name="solve"): argument
883 def _solvevec(self, rhs, adjoint=False): argument
889 def solvevec(self, rhs, adjoint=False, name="solve"): argument
937 def adjoint(self, name="adjoint"): member in LinearOperator
[all …]
H A Dlinear_operator_kronecker.py285 adjoint=False, argument
368 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument
369 def matmul_fn(o, x, adjoint, adjoint_arg): argument
377 def _solve(self, rhs, adjoint=False, adjoint_arg=False): argument
378 def solve_fn(o, rhs, adjoint, adjoint_arg): argument
H A Dlinear_operator_block_lower_triangular.py399 def matmul(self, x, adjoint=False, adjoint_arg=False, name="matmul"): argument
463 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument
527 def matvec(self, x, adjoint=False, name="matvec"): argument
592 def solve(self, rhs, adjoint=False, adjoint_arg=False, name="solve"): argument
767 def solvevec(self, rhs, adjoint=False, name="solve"): argument
H A Dlinear_operator_block_diag.py296 def matmul(self, x, adjoint=False, adjoint_arg=False, name="matmul"): argument
380 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument
410 def matvec(self, x, adjoint=False, name="matvec"): argument
473 def solve(self, rhs, adjoint=False, adjoint_arg=False, name="solve"): argument
598 def solvevec(self, rhs, adjoint=False, name="solve"): argument
H A Dlinear_operator_adjoint.py185 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument
189 def _matvec(self, x, adjoint=False): argument
205 def _solve(self, rhs, adjoint=False, adjoint_arg=False): argument
209 def _solvevec(self, rhs, adjoint=False): argument
H A Dlinear_operator_identity.py361 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument
375 def _solve(self, rhs, adjoint=False, adjoint_arg=False): argument
707 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument
721 def _solve(self, rhs, adjoint=False, adjoint_arg=False): argument
H A Dlinear_operator_diag.py219 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument
225 def _matvec(self, x, adjoint=False): argument
239 def _solve(self, rhs, adjoint=False, adjoint_arg=False): argument
H A Dlinear_operator_full_matrix.py188 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument
192 def _solve(self, rhs, adjoint=False, adjoint_arg=False): argument
H A Dlinear_operator_composition.py236 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument
263 def _solve(self, rhs, adjoint=False, adjoint_arg=False): argument
H A Dlinear_operator_inversion.py196 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument
205 def _solve(self, rhs, adjoint=False, adjoint_arg=False): argument
H A 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
H A Dlinear_operator_tridiag.py296 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument
305 def _solve(self, rhs, adjoint=False, adjoint_arg=False): argument
H A 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
H A Dlinear_operator_householder.py192 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument
230 def _solve(self, rhs, adjoint=False, adjoint_arg=False): argument
H A Dlinear_operator_low_rank_update.py375 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument
439 def _solve(self, rhs, adjoint=False, adjoint_arg=False): argument
H A Dlinear_operator_circulant.py545 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument
579 def _solve(self, rhs, adjoint=False, adjoint_arg=False): argument
H A Dlinalg_impl.py101 def adjoint(matrix, name=None): function
352 adjoint=False, # pylint: disable=redefined-outer-name argument
H A Dlinear_operator_toeplitz.py204 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/
H A Dmatrix_solve_op_test.py30 def _verifySolve(self, x, y, adjoint): argument
54 def testSolve(self, n, nrhs, batch_dims, rhs_batch_dims, adjoint): argument
63 def testConcurrent(self, adjoint): argument
/aosp_15_r20/external/eigen/test/
H A Dadjoint.cpp67 template<typename MatrixType> void adjoint(const MatrixType& m) in adjoint() function
194 EIGEN_DECLARE_TEST(adjoint) in EIGEN_DECLARE_TEST() argument
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/linalg/
H A Dlinear_operator_test.py102 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument
107 def _solve(self, rhs, adjoint=False, adjoint_arg=False): argument
H A Dmatrix_triangular_solve_op_test.py50 adjoint=False, argument
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/sparse_ops/
H A Dsparse_tensor_dense_matmul_grad_test.py44 adjoint=False, argument
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/math_ops/
H A Dbanded_triangular_solve_op_test.py50 adjoint=False, argument

12