/aosp_15_r20/external/tensorflow/tensorflow/python/ops/linalg/ |
H A D | linear_operator_test_util.py | 159 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 D | linear_operator.py | 632 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 D | linear_operator_kronecker.py | 285 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 D | linear_operator_block_lower_triangular.py | 399 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 D | linear_operator_block_diag.py | 296 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 D | linear_operator_adjoint.py | 185 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 D | linear_operator_identity.py | 361 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 D | linear_operator_diag.py | 219 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 D | linear_operator_full_matrix.py | 188 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument 192 def _solve(self, rhs, adjoint=False, adjoint_arg=False): argument
|
H A D | linear_operator_composition.py | 236 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument 263 def _solve(self, rhs, adjoint=False, adjoint_arg=False): argument
|
H A D | linear_operator_inversion.py | 196 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument 205 def _solve(self, rhs, adjoint=False, adjoint_arg=False): argument
|
H A D | linear_operator_lower_triangular.py | 197 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument 208 def _solve(self, rhs, adjoint=False, adjoint_arg=False): argument
|
H A D | linear_operator_tridiag.py | 296 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument 305 def _solve(self, rhs, adjoint=False, adjoint_arg=False): argument
|
H A D | linear_operator_permutation.py | 209 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument 239 def _solve(self, rhs, adjoint=False, adjoint_arg=False): argument
|
H A D | linear_operator_householder.py | 192 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument 230 def _solve(self, rhs, adjoint=False, adjoint_arg=False): argument
|
H A D | linear_operator_low_rank_update.py | 375 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument 439 def _solve(self, rhs, adjoint=False, adjoint_arg=False): argument
|
H A D | linear_operator_circulant.py | 545 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument 579 def _solve(self, rhs, adjoint=False, adjoint_arg=False): argument
|
H A D | linalg_impl.py | 101 def adjoint(matrix, name=None): function 352 adjoint=False, # pylint: disable=redefined-outer-name argument
|
H A D | linear_operator_toeplitz.py | 204 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/ |
H A D | matrix_solve_op_test.py | 30 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 D | adjoint.cpp | 67 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 D | linear_operator_test.py | 102 def _matmul(self, x, adjoint=False, adjoint_arg=False): argument 107 def _solve(self, rhs, adjoint=False, adjoint_arg=False): argument
|
H A D | matrix_triangular_solve_op_test.py | 50 adjoint=False, argument
|
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/sparse_ops/ |
H A D | sparse_tensor_dense_matmul_grad_test.py | 44 adjoint=False, argument
|
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/math_ops/ |
H A D | banded_triangular_solve_op_test.py | 50 adjoint=False, argument
|