Home
last modified time | relevance | path

Searched refs:transpose_b (Results 1 – 3 of 3) sorted by relevance

/external/gemmlowp/eight_bit_int_gemm/
Deight_bit_int_gemm.cc62 template <bool transpose_a, bool transpose_b, bool transpose_c>
80 transpose_b ? MapOrder::RowMajor : MapOrder::ColMajor; in EightBitIntGemmImpl()
101 template <bool transpose_a, bool transpose_b, bool transpose_c>
115 transpose_b ? MapOrder::RowMajor : MapOrder::ColMajor; in EightBitIntGemmInt32Impl()
205 bool CanHandleMetaFastpath(bool transpose_a, bool transpose_b, bool transpose_c, in CanHandleMetaFastpath() argument
219 if (!IsColumnMajorOrVector(transpose_b, ldb, k, n)) { in CanHandleMetaFastpath()
291 void EightBitIntGemm(bool transpose_a, bool transpose_b, bool transpose_c, in EightBitIntGemm() argument
301 if (CanHandleMetaFastpath(transpose_a, transpose_b, transpose_c, m, n, k, lda, in EightBitIntGemm()
310 if (transpose_a == ta && transpose_b == tb && transpose_c == tc) { \ in EightBitIntGemm()
328 void EightBitIntGemm(bool transpose_a, bool transpose_b, bool transpose_c, in EightBitIntGemm() argument
[all …]
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,
/external/gemmlowp/test/
Dtest.cc35 void ReferenceEightBitIntGemm(bool transpose_a, bool transpose_b, in ReferenceEightBitIntGemm() argument
58 if (transpose_b) { in ReferenceEightBitIntGemm()
218 const bool transpose_b = RhsOrder == MapOrder::RowMajor; in Gemm() local
220 transpose_a, transpose_b, transpose_c, lhs.rows(), rhs.cols(), in Gemm()
234 static void Gemm(bool transpose_a, bool transpose_b, bool transpose_c, in Gemm()
240 ReferenceEightBitIntGemm(transpose_a, transpose_b, transpose_c, lhs.rows(), in Gemm()
387 const bool transpose_b = kRhsOrder == MapOrder::RowMajor; in test_gemm_impl() local
389 transpose_a, transpose_b, transpose_c, lhs.const_map(), rhs.const_map(), in test_gemm_impl()