/external/tensorflow/tensorflow/core/kernels/ |
D | quantized_matmul_op_test.cc | 95 const bool transpose_b = false; in TEST_F() local 145 const bool transpose_b = false; in TEST_F() local 185 const bool transpose_b = false; in TEST_F() local 274 const bool transpose_b = false; in TEST_F() local
|
D | matmul_op_test.cc | 102 bool transpose_b, Tensor* output, in RunMatMulWithBias() 121 bool transpose_a, bool transpose_b, const string& activation_type, in RunMatMulWithBiasAndActivation() 153 bool transpose_b, Tensor* output, in RunFusedMatMulOp() 222 bool transpose_b) { in VerifyMatMulWithBias() 243 bool transpose_b, in VerifyConv2DWithBiasAndActivation() 350 static Graph* Matmul(int m, int k, int n, bool transpose_a, bool transpose_b, in Matmul()
|
D | sparse_matmul_op_test.cc | 52 bool transpose_b, bool a_sparse, bool b_sparse) { in SparseMatMulNode() 68 bool transpose_a, bool transpose_b) { in SparseMatMulHelper() 91 bool transpose_b) { in SparseMatMul()
|
D | reference_gemm.h | 34 void ReferenceGemm(bool transpose_a, bool transpose_b, bool transpose_c, in ReferenceGemm()
|
D | meta_support.cc | 221 bool transpose_b, const quint8* a_data, const quint8* b_data, in QuantizedGemm()
|
D | quantized_conv_ops.cc | 386 const bool transpose_b = false; in operator ()() local
|
/external/tensorflow/tensorflow/python/ops/ |
D | matmul_benchmark.py | 35 def build_graph(device, n, m, k, transpose_a, transpose_b, dtype): argument 71 def run_graph(self, device, n, m, k, transpose_a, transpose_b, num_iters, argument 118 def run_test_gpu(self, n, m, k, transpose_a, transpose_b, dtype, num_iters): argument
|
/external/tensorflow/tensorflow/python/kernel_tests/linalg/sparse/ |
D | csr_sparse_matrix_test.py | 151 def _testSparseSparse(self, transpose_a, transpose_b, adjoint_a, adjoint_b): argument 191 def _testSparseDense(self, transpose_a, transpose_b, adjoint_a, adjoint_b): argument 229 def _testDenseSparse(self, transpose_a, transpose_b, adjoint_a, adjoint_b): argument
|
D | csr_sparse_matrix_sparse_mat_mul_grad_test.py | 63 transpose_b, adjoint_a, argument
|
D | csr_sparse_matrix_dense_mat_mul_grad_test.py | 58 transpose_b, argument
|
/external/tensorflow/tensorflow/python/ops/linalg/sparse/ |
D | sparse_csr_matrix_ops.py | 121 def matmul_shape_inference(a, b, c, transpose_a, transpose_b, adjoint_a, argument 150 transpose_b=False, argument
|
D | sparse_csr_matrix_grad.py | 141 transpose_b=False, argument
|
/external/tensorflow/tensorflow/core/ops/ |
D | sparse_csr_matrix_ops_test.cc | 109 bool adjoint_b, bool transpose_output) { in TEST() 233 bool adjoint_b) { in TEST()
|
D | sparse_csr_matrix_ops.cc | 246 bool transpose_b = false; in __anon324425080702() local 409 bool transpose_b = false; in __anon324425080a02() local
|
/external/tensorflow/tensorflow/python/eager/ |
D | benchmarks_test.py | 77 transpose_b=False, argument 410 def _benchmark_np_matmul(self, m, transpose_b, num_iters): argument 416 def _benchmark_tf_matmul(self, m, transpose_b, num_iters, argument 421 def _benchmark_gen_math_ops_matmul(self, m, transpose_b, num_iters): argument 428 def _benchmark_tfe_py_fastpath_execute_matmul(self, m, transpose_b, argument 436 def _benchmark_tfe_py_execute_matmul(self, m, transpose_b, num_iters): argument 452 transpose_b, argument 495 def _benchmark_nested_defun_matmul(self, m, transpose_b, num_iters): argument 499 def outer(a, b, c, transpose_b): argument 510 transpose_b, argument
|
/external/gemmlowp/eight_bit_int_gemm/ |
D | eight_bit_int_gemm.cc | 217 bool CanHandleMetaFastpath(bool transpose_a, bool transpose_b, bool transpose_c, in CanHandleMetaFastpath() 301 void EightBitIntGemm(bool transpose_a, bool transpose_b, bool transpose_c, in EightBitIntGemm() 338 void EightBitIntGemm(bool transpose_a, bool transpose_b, bool transpose_c, in EightBitIntGemm()
|
/external/tensorflow/tensorflow/core/kernels/mkl/ |
D | mkl_matmul_op.cc | 93 bool transpose_b = dim_pair[0].second == 1; in Compute() local
|
/external/tensorflow/tensorflow/python/ops/linalg/ |
D | linear_operator_util.py | 389 transpose_b=False, argument
|
D | linear_operator.py | 1417 transpose_b=False, argument
|
/external/tensorflow/tensorflow/c/experimental/ops/ |
D | math_ops.cc | 109 bool transpose_a, bool transpose_b, const char* name) { in MatMul()
|
/external/tensorflow/tensorflow/c/experimental/gradients/ |
D | math_grad_test.cc | 248 bool transpose_b = transpose_b_vals[i]; in TEST_P() local
|
/external/gemmlowp/test/ |
D | test.cc | 35 void ReferenceEightBitIntGemm(bool transpose_a, bool transpose_b, in ReferenceEightBitIntGemm() 250 const bool transpose_b = RhsOrder == MapOrder::RowMajor; in Gemm() local 428 const bool transpose_b = kRhsOrder == MapOrder::RowMajor; in test_gemm_impl() local
|
/external/tensorflow/tensorflow/python/ops/ragged/ |
D | ragged_math_ops.py | 724 transpose_b=False, argument
|
/external/tensorflow/tensorflow/python/ops/risc/ |
D | risc_ops.py | 109 transpose_b=False, argument
|
/external/tensorflow/tensorflow/core/graph/ |
D | testlib.cc | 160 bool transpose_b) { in Matmul()
|