Searched refs:src_column (Results 1 – 1 of 1) sorted by relevance
386 std::int32_t* src_column = temp_c + i * ldc; in EightBitIntGemm() local388 dest_column[j] = static_cast<float>(src_column[j]) * c_offset; in EightBitIntGemm()