Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/python/ops/
Dmatmul_benchmark.py35 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/core/kernels/
Dquantized_matmul_op_test.cc90 const bool transpose_a = true; in TEST_F() local
140 const bool transpose_a = true; in TEST_F() local
180 const bool transpose_a = true; in TEST_F() local
273 const bool transpose_a = true; in TEST_F() local
Dmatmul_op_test.cc99 const Tensor& bias_data, bool transpose_a, in RunMatMulWithBias()
119 bool transpose_a, bool transpose_b, const string& activation_type, in RunMatMulWithBiasAndActivation()
148 const std::vector<string>& fused_ops, bool transpose_a, in RunFusedMatMulOp()
217 void VerifyMatMulWithBias(int m, int k, int n, bool transpose_a, in VerifyMatMulWithBias()
238 void VerifyConv2DWithBiasAndActivation(int m, int k, int n, bool transpose_a, in VerifyConv2DWithBiasAndActivation()
346 static Graph* Matmul(int m, int k, int n, bool transpose_a, bool transpose_b, in Matmul()
Dreference_gemm.h34 void ReferenceGemm(bool transpose_a, bool transpose_b, bool transpose_c, in ReferenceGemm()
Dsparse_matmul_op_test.cc51 Node* SparseMatMulNode(Graph* g, Node* in0, Node* in1, bool transpose_a, in SparseMatMulNode()
68 bool transpose_a, bool transpose_b) { in SparseMatMulHelper()
90 float sparsity_b, bool transpose_a, in SparseMatMul()
Dmkl_matmul_op.cc96 bool transpose_a = dim_pair[0].first == 0; in Compute() local
Dmeta_support.cc220 void QuantizedGemm(OpKernelContext* tf_context, bool transpose_a, in QuantizedGemm()
Dmatmul_op.cc272 bool transpose_a = dim_pair[0].first == 0; in launch() local
Dquantized_conv_ops.cc376 const bool transpose_a = false; in operator ()() local
/external/tensorflow/tensorflow/python/kernel_tests/linalg/sparse/
Dcsr_sparse_matrix_test.py151 def _testSparseSparse(self, transpose_a, transpose_b, adjoint_a, adjoint_b): argument
194 def _testSparseDense(self, transpose_a, transpose_b, adjoint_a, adjoint_b): argument
235 def _testDenseSparse(self, transpose_a, transpose_b, adjoint_a, adjoint_b): argument
Dcsr_sparse_matrix_sparse_mat_mul_grad_test.py61 def _testLargeBatchSparseMatrixSparseMatMulGrad(self, datatype, transpose_a, argument
Dcsr_sparse_matrix_dense_mat_mul_grad_test.py61 def _testLargeBatchSparseMatrixMatMulGrad(self, datatype, transpose_a, argument
/external/tensorflow/tensorflow/compiler/xla/service/
Dtriangular_solve_expander.cc124 XlaOp InvertDiagonalBlocks(XlaOp diag_blocks, bool lower, bool transpose_a, in InvertDiagonalBlocks()
254 bool transpose_a, bool conjugate_a, in SolveWithInvertedDiagonalBlocks()
368 bool transpose_a, bool conjugate_a, in BuildTriangularSolve()
500 bool transpose_a = in ExpandInstruction() local
/external/tensorflow/tensorflow/python/ops/linalg/sparse/
Dsparse_csr_matrix_ops.py121 def matmul_shape_inference(a, b, c, transpose_a, transpose_b, adjoint_a, argument
149 transpose_a=False, argument
/external/tensorflow/tensorflow/core/ops/
Dsparse_csr_matrix_ops_test.cc109 bool adjoint_b, bool transpose_output) { in TEST()
233 bool adjoint_b) { in TEST()
Dsparse_csr_matrix_ops.cc245 bool transpose_a = false; in __anond96a6a670702() local
408 bool transpose_a = false; in __anond96a6a670a02() local
/external/gemmlowp/eight_bit_int_gemm/
Deight_bit_int_gemm.cc217 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/python/ops/linalg/
Dlinear_operator_util.py378 transpose_a=False, argument
Dlinear_operator.py1179 transpose_a=False, argument
/external/gemmlowp/test/
Dtest.cc35 void ReferenceEightBitIntGemm(bool transpose_a, bool transpose_b, in ReferenceEightBitIntGemm()
249 const bool transpose_a = LhsOrder == MapOrder::RowMajor; in Gemm() local
427 const bool transpose_a = kLhsOrder == MapOrder::RowMajor; in test_gemm_impl() local
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dhlo_function_importer.cc464 auto transpose_a = in ImportInstruction() local
/external/tensorflow/tensorflow/compiler/xla/tests/
Dtriangular_solve_test.cc446 TriangularSolveOptions::Transpose transpose_a; member
/external/tensorflow/tensorflow/compiler/xla/
Dxla_data.proto579 Transpose transpose_a = 4; field
/external/tensorflow/tensorflow/tools/benchmark/
Dbenchmark_model.cc189 const bool transpose_a = node.attr().at("transpose_a").b(); in CalculateFlops() local
/external/tensorflow/tensorflow/core/kernels/sparse/
Dmat_mul_op.cc815 CSRSparseMatrixMatVec(bool transpose_a, bool conjugate_a) in CSRSparseMatrixMatVec()

12