HomeSort by relevance Sort by last modified time
    Searched refs:result_block (Results 1 - 2 of 2) sorted by null

  /external/gemmlowp/internal/
single_thread_gemm.h 103 auto result_block = result->block(r, c, rs, cs); local
104 UnpackResult<BitDepthParams>(&result_block, packed_result, depth,
multi_thread_gemm.h 442 auto result_block = result.block(r, c, rs, cs); variable
443 UnpackResult<BitDepthParams>(&result_block, packed_result, depth,
631 auto result_block = result->block(start_row, c, block_rows, cs); local
637 auto task = new TaskType(kernel, lhs_block, packed_rhs, &result_block,

Completed in 511 milliseconds