Home
last modified time | relevance | path

Searched defs:transpose_c (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dreference_gemm.h34 void ReferenceGemm(bool transpose_a, bool transpose_b, bool transpose_c, in ReferenceGemm()
Dquantized_matmul_op.cc127 const bool transpose_c = false; in Compute() local
Dquantized_conv_ops.cc378 const bool transpose_c = false; in operator ()() local
/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/gemmlowp/test/
Dtest.cc36 bool transpose_c, int m, int n, int k, in ReferenceEightBitIntGemm()
248 const bool transpose_c = ResultOrder == MapOrder::RowMajor; in Gemm() local
426 const bool transpose_c = kResultOrder == MapOrder::RowMajor; in test_gemm_impl() local