Home
last modified time | relevance | path

Searched defs:adjoint_a (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/python/kernel_tests/
Dbatch_matmul_op_test.py34 def _npBatchMatmul(self, x, y, adjoint_a, adjoint_b): argument
80 def _compare(self, x_in, y_in, adjoint_a, adjoint_b, static_shape=True): argument
107 def _testNonEmpty(self, dtype, adjoint_a, adjoint_b, use_static_shape): argument
124 def _testEmpty(self, dtype, adjoint_a, adjoint_b, use_static_shape): argument
137 def _GetBatchMatmulOpTest(dtype, adjoint_a, adjoint_b, use_static_shape): argument
152 def _checkGrad(self, x_in, y_in, adjoint_a, adjoint_b): argument
174 def _compare(self, b, n, k, m, dtype, adjoint_a, adjoint_b): argument
187 def _GetBatchMatmulGradientTest(dtype, adjoint_a, adjoint_b): argument
Dsparse_tensor_dense_matmul_op_test.py53 adjoint_a=False, argument
254 def _sparse_tensor_dense_vs_dense_matmul_benchmark_dense(x, y, adjoint_a, argument
284 y, adjoint_a, argument
314 adjoint_a, argument
Dsparse_tensor_dense_matmul_grad_test.py62 def _testGradients(self, adjoint_a, adjoint_b, name, values_dtype, argument
/external/tensorflow/tensorflow/core/kernels/
Dsparse_tensor_dense_matmul_op_test.cc27 Node* a_shape, Node* b, bool adjoint_a, in SparseTensorDenseMatMulNode()
43 bool adjoint_a, bool adjoint_b) { in SparseTensorDenseMatmul()
Dbatch_matmul_op_test.cc24 static Graph* BatchMatmul(int b, int m, int k, int n, bool adjoint_a, in BatchMatmul()
/external/tensorflow/tensorflow/python/ops/linalg/
Dlinear_operator_util.py231 adjoint_a=False, argument
416 adjoint_a=False, argument
/external/tensorflow/tensorflow/core/ops/
Dsparse_ops_test.cc186 auto set_adjoints = [&op](bool adjoint_a, bool adjoint_b) { in TEST()
Dsparse_ops.cc106 bool adjoint_a; in __anona7ffb82a0402() local
/external/tensorflow/tensorflow/python/ops/
Dsparse_ops.py2134 adjoint_a=False, argument
Dmath_ops.py2407 adjoint_a=False, argument
2587 adjoint_a=False, argument