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,
|