Searched defs:transpose_b (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 | 35 void ReferenceEightBitIntGemm(bool transpose_a, bool transpose_b, in ReferenceEightBitIntGemm() 218 const bool transpose_b = RhsOrder == MapOrder::RowMajor; in Gemm() local 387 const bool transpose_b = kRhsOrder == MapOrder::RowMajor; in test_gemm_impl() local
|