/external/tensorflow/tensorflow/python/ops/linalg/ |
D | linear_operator_test_util.py | 128 self, shapes_info, dtype, use_placeholder, argument 275 def _test_to_dense(use_placeholder, shapes_info, dtype): argument 289 def _test_det(use_placeholder, shapes_info, dtype): argument 304 def _test_log_abs_det(use_placeholder, shapes_info, dtype): argument 323 use_placeholder, argument 387 use_placeholder, argument 407 use_placeholder, argument 426 def _test_adjoint(use_placeholder, shapes_info, dtype): argument 442 def _test_cholesky(use_placeholder, shapes_info, dtype): argument 461 def _test_eigvalsh(use_placeholder, shapes_info, dtype): argument [all …]
|
/external/tensorflow/tensorflow/python/kernel_tests/linalg/ |
D | linear_operator_tridiag_test.py | 34 self, build_info, dtype, use_placeholder, argument 111 self, build_info, dtype, use_placeholder, argument 132 self, build_info, dtype, use_placeholder, argument 166 self, build_info, dtype, use_placeholder, argument
|
D | linear_operator_full_matrix_test.py | 41 self, build_info, dtype, use_placeholder, argument 145 self, build_info, dtype, use_placeholder, argument 226 self, build_info, dtype, use_placeholder, argument
|
D | linear_operator_circulant_test.py | 120 use_placeholder, argument 182 use_placeholder, argument 267 use_placeholder, argument 503 use_placeholder, argument 580 use_placeholder, argument
|
D | linear_operator_composition_test.py | 50 def operator_and_matrix(self, build_info, dtype, use_placeholder, argument 154 self, build_info, dtype, use_placeholder, argument
|
D | linear_operator_adjoint_test.py | 48 use_placeholder, argument 255 def operator_and_matrix(self, build_info, dtype, use_placeholder): argument
|
D | linear_operator_zeros_test.py | 60 self, build_info, dtype, use_placeholder, argument 205 self, build_info, dtype, use_placeholder, argument
|
D | linear_operator_permutation_test.py | 56 self, build_info, dtype, use_placeholder, argument
|
D | linear_operator_lower_triangular_test.py | 41 def operator_and_matrix(self, build_info, dtype, use_placeholder, argument
|
D | linear_operator_householder_test.py | 54 self, build_info, dtype, use_placeholder, argument
|
D | linear_operator_inversion_test.py | 46 use_placeholder, argument
|
D | linear_operator_toeplitz_test.py | 84 self, build_info, dtype, use_placeholder, argument
|
D | linear_operator_identity_test.py | 49 self, build_info, dtype, use_placeholder, argument 292 self, build_info, dtype, use_placeholder, argument
|
D | linear_operator_diag_test.py | 39 self, build_info, dtype, use_placeholder, argument
|
D | linear_operator_block_lower_triangular_test.py | 98 self, shape_info, dtype, use_placeholder, argument
|
D | linear_operator_kronecker_test.py | 105 self, build_info, dtype, use_placeholder, argument
|
D | linear_operator_block_diag_test.py | 91 self, shape_info, dtype, use_placeholder, argument
|
D | linear_operator_low_rank_update_test.py | 74 def operator_and_matrix(self, shape_info, dtype, use_placeholder, argument
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | matrix_solve_ls_op_test.py | 86 use_placeholder, argument 186 def _GetSmallMatrixSolveLsOpTests(dtype, use_placeholder, fast, l2_regularizer): argument 233 def _GetLargeMatrixSolveLsOpTests(dtype, use_placeholder, fast, l2_regularizer): argument
|
D | banded_triangular_solve_op_test.py | 56 use_placeholder=False, argument
|
D | matrix_triangular_solve_op_test.py | 56 use_placeholder=False, argument
|
/external/tensorflow/tensorflow/python/kernel_tests/signal/ |
D | fft_ops_test.py | 46 def _compare(self, x, rank, fft_length=None, use_placeholder=False, argument 51 def _compare_forward(self, x, rank, fft_length=None, use_placeholder=False, argument 65 def _compare_backward(self, x, rank, fft_length=None, use_placeholder=False, argument
|