test.cc | 35 void ReferenceEightBitIntGemm(bool transpose_a, bool transpose_b, 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, 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(), [all...] |