conv1x1 op
This commit is contained in:
parent
d5f2fb40f1
commit
f0ac8f5228
|
@ -166,8 +166,8 @@ int ConvolutionDepthwiseSWCPUKernelX86::Run() {
|
||||||
packed_output_ = output_ptr;
|
packed_output_ = output_ptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
ret = ParallelLaunch(static_cast<const lite::InnerContext *>(this->context_)->thread_pool_, ConvDwSWAvxRun, this,
|
ret = static_cast<const lite::InnerContext *>(this->context_)
|
||||||
conv_param_->thread_num_);
|
->thread_pool_->ParallelLaunch(ConvDwSWAvxRun, this, conv_param_->thread_num_);
|
||||||
if (ret != RET_OK) {
|
if (ret != RET_OK) {
|
||||||
MS_LOG(ERROR) << "ConvDwSWAvxRun error: error_code[" << ret << "]";
|
MS_LOG(ERROR) << "ConvDwSWAvxRun error: error_code[" << ret << "]";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue