Searched defs:transpose_c (Results 1 – 2 of 2) sorted by relevance
/external/gemmlowp/eight_bit_int_gemm/ |
D | eight_bit_int_gemm.cc | 205 bool CanHandleMetaFastpath(bool transpose_a, bool transpose_b, bool transpose_c, in CanHandleMetaFastpath() 291 void EightBitIntGemm(bool transpose_a, bool transpose_b, bool transpose_c, in EightBitIntGemm() 328 void EightBitIntGemm(bool transpose_a, bool transpose_b, bool transpose_c, in EightBitIntGemm()
|
/external/gemmlowp/test/ |
D | test.cc | 36 bool transpose_c, int m, int n, int k, in ReferenceEightBitIntGemm() 216 const bool transpose_c = ResultOrder == MapOrder::RowMajor; in Gemm() local 385 const bool transpose_c = kResultOrder == MapOrder::RowMajor; in test_gemm_impl() local
|