Searched refs:result_block (Results 1 – 2 of 2) sorted by relevance
/external/gemmlowp/internal/ |
D | multi_thread_gemm.h | 455 result_block(_result_block), in GemmWithPackedRhsTask() 464 const int rows = result_block.rows; in Run() 465 const int cols = result_block.cols; in Run() 486 result_block.start_row + r, result_block.start_col + c, rs, cs); in Run() 503 const MatrixBlockBounds result_block; member
|
/external/gemmlowp/doc/ |
D | design.md | 129 auto result_block = result->block(r, c, rs, cs); 130 UnpackResult(&result_block, packed_result, packed_lhs, packed_rhs, depth,
|