Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/python/ops/
Dmatmul_benchmark_test.py32 def BuildGraphTest(n, m, k, transpose_a, transpose_b, dtype): argument
46 def RunGraphTest(n, m, k, transpose_a, transpose_b, dtype): argument
71 def _VerifyBuildGraph(self, n, m, k, transpose_a, transpose_b, dtype): argument
104 def _VerifyRunGraph(self, n, m, k, transpose_a, transpose_b, dtype): argument
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
Dmath_ops.py2405 transpose_a=False, argument
2586 transpose_a=False, argument
Dmath_grad.py1184 def _SparseMatMul(t1, t2, out_dtype, transpose_a=False, transpose_b=False): 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.cc24 static Graph* Matmul(int m, int k, int n, bool transpose_a, bool transpose_b, in Matmul()
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()
Dreference_gemm.h34 void ReferenceGemm(bool transpose_a, bool transpose_b, bool transpose_c, in ReferenceGemm()
Dmkl_matmul_op.cc95 bool transpose_a = dim_pair[0].first == 0; in Compute() local
Dmatmul_op.cc269 bool transpose_a = dim_pair[0].first == 0; in launch() local
Dmeta_support.cc220 void QuantizedGemm(OpKernelContext* tf_context, bool transpose_a, in QuantizedGemm()
Dquantized_conv_ops.cc376 const bool transpose_a = false; in operator ()() local
/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()
351 bool transpose_a, bool conjugate_a, in BuildTriangularSolve()
483 bool transpose_a = in ExpandInstruction() local
/external/tensorflow/tensorflow/python/ops/linalg/
Dlinear_operator_util.py229 transpose_a=False, argument
414 transpose_a=False, argument
/external/tensorflow/tensorflow/contrib/factorization/python/kernel_tests/
Dmasked_matmul_benchmark.py63 transpose_a=False, transpose_b=False): argument
Dmasked_matmul_ops_test.py60 def _runTestMaskedProduct(self, transpose_a, transpose_b): argument
/external/gemmlowp/eight_bit_int_gemm/
Deight_bit_int_gemm.cc220 bool CanHandleMetaFastpath(bool transpose_a, bool transpose_b, bool transpose_c, in CanHandleMetaFastpath()
304 void EightBitIntGemm(bool transpose_a, bool transpose_b, bool transpose_c, in EightBitIntGemm()
341 void EightBitIntGemm(bool transpose_a, bool transpose_b, bool transpose_c, in EightBitIntGemm()
/external/tensorflow/tensorflow/contrib/factorization/kernels/
Dmasked_matmul_ops.cc74 const Tensor& transpose_a = context->input(3); in Compute() local
/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/xla/tests/
Dtriangular_solve_test.cc438 TriangularSolveOptions::Transpose transpose_a; member
/external/tensorflow/tensorflow/compiler/xla/
Dxla_data.proto566 Transpose transpose_a = 4; field
/external/tensorflow/tensorflow/tools/benchmark/
Dbenchmark_model.cc188 const bool transpose_a = node.attr().at("transpose_a").b(); in CalculateFlops() local
/external/tensorflow/tensorflow/core/grappler/costs/
Dop_level_cost_estimator.cc701 bool transpose_a = false; in CountMatMulOperations() local
827 AttrValue transpose_a; in CountBatchMatMulOperations() local
/external/tensorflow/tensorflow/core/graph/
Dtestlib.cc159 Node* Matmul(Graph* g, Node* in0, Node* in1, bool transpose_a, in Matmul()
/external/tensorflow/tensorflow/compiler/xla/python/
Dlocal_computation_builder.cc748 int transpose_a) { in TriangularSolve()

12