Lines Matching full:operation
50 const F& operation;
54 std::int32_t result_stride, const F& operation)
62 operation(operation) {}
69 operation.ExecuteMatrixMatrix(scratch, task_lhs, task_rhs, task_rect.m,
121 const F& operation) {
131 operation.ExecuteMatrixMatrix(scratch, lhs, rhs, m, n, k, result,
137 std::int32_t scratch_per_thread = operation.ScratchPerThread(m, n, k);
144 operation);
152 operation);