Home
last modified time | relevance | path

Searched defs:transpose_b (Results 1 – 2 of 2) sorted by relevance

/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 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