Home
last modified time | relevance | path

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

/external/gemmlowp/eight_bit_int_gemm/
Deight_bit_int_gemm.cc366 std::int32_t* temp_c = reinterpret_cast<std::int32_t*>(scratch->buffer()); in EightBitIntGemm() local
371 b, b_offset, ldb, temp_c, ldc, \ in EightBitIntGemm()
390 std::int32_t* src_row = temp_c + i * ldc; in EightBitIntGemm()
399 std::int32_t* src_column = temp_c + i * ldc; in EightBitIntGemm()