Searched refs:thread_input_ptr (Results 1 – 2 of 2) sorted by relevance
182 float *thread_input_ptr = input_ptr_ + task_id * thread_stride_ * matmul_param_->deep_; in DoConv1x1Hw() local190 float *cur_intput = thread_input_ptr; in DoConv1x1Hw()
239 float16_t *thread_input_ptr = input_ptr_ + task_id * thread_stride_ * matmul_param_->deep_; in RunHw() local243 RowMajor2Col12MajorFp16Opt(thread_input_ptr, thread_pack_input, cur_hw_, matmul_param_->deep_); in RunHw()