Searched defs:transpose_b (Results 1 – 2 of 2) sorted by relevance
/external/gemmlowp/eight_bit_int_gemm/ |
D | eight_bit_int_gemm.cc | 220 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/ |
D | test.cc | 36 void ReferenceEightBitIntGemm(bool transpose_a, bool transpose_b, in ReferenceEightBitIntGemm() 251 const bool transpose_b = RhsOrder == MapOrder::RowMajor; in Gemm() local 429 const bool transpose_b = kRhsOrder == MapOrder::RowMajor; in test_gemm_impl() local
|