Searched refs:transpose_a (Results 1 - 3 of 3) sorted by relevance

/external/gemmlowp/eight_bit_int_gemm/
H A Deight_bit_int_gemm.h57 void EightBitIntGemm(bool transpose_a, bool transpose_b, bool transpose_c,
64 void EightBitIntGemm(bool transpose_a, bool transpose_b, bool transpose_c,
H A Deight_bit_int_gemm.cc62 template <bool transpose_a, bool transpose_b, bool transpose_c>
78 transpose_a ? MapOrder::RowMajor : MapOrder::ColMajor;
101 template <bool transpose_a, bool transpose_b, bool transpose_c>
113 transpose_a ? MapOrder::RowMajor : MapOrder::ColMajor;
205 bool CanHandleMetaFastpath(bool transpose_a, bool transpose_b, bool transpose_c, argument
214 if (!IsRowMajorOrVector(transpose_a, lda, m, k)) {
291 void EightBitIntGemm(bool transpose_a, bool transpose_b, bool transpose_c, argument
301 if (CanHandleMetaFastpath(transpose_a, transpose_b, transpose_c, m, n, k, lda,
310 if (transpose_a == ta && transpose_b == tb && transpose_c == tc) { \
328 void EightBitIntGemm(bool transpose_a, boo argument
[all...]
/external/gemmlowp/test/
H A Dtest.cc35 void ReferenceEightBitIntGemm(bool transpose_a, bool transpose_b, argument
49 if (transpose_a) {
217 const bool transpose_a = LhsOrder == MapOrder::RowMajor; local
220 transpose_a, transpose_b, transpose_c, lhs.rows(), rhs.cols(),
234 static void Gemm(bool transpose_a, bool transpose_b, bool transpose_c, argument
240 ReferenceEightBitIntGemm(transpose_a, transpose_b, transpose_c, lhs.rows(),
386 const bool transpose_a = kLhsOrder == MapOrder::RowMajor; local
389 transpose_a, transpose_b, transpose_c, lhs.const_map(), rhs.const_map(),

Completed in 1258 milliseconds