Searched refs:task_rect (Results 1 – 1 of 1) sorted by relevance
/external/gemmlowp/meta/ |
D | legacy_multi_thread_common.h | 46 TaskRect task_rect; member 53 const TaskRect& task_rect, std::int32_t k, OUT_TYPE* result, in MetaTask() 58 task_rect(task_rect), in MetaTask() 65 const IN_TYPE* task_lhs = lhs + task_rect.m_offset * k; in Run() 66 const IN_TYPE* task_rhs = rhs + task_rect.n_offset * k; in Run() 68 result + task_rect.m_offset * result_stride + task_rect.n_offset; in Run() 69 operation.ExecuteMatrixMatrix(scratch, task_lhs, task_rhs, task_rect.m, in Run() 70 task_rect.n, k, task_result, result_stride); in Run()
|