Home
last modified time | relevance | path

Searched refs:GetSingleConvParam (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/int8/
Dgroup_convolution_int8.cc64 … auto ret = group_conv_creator_->GetSingleConvParam(new_conv_param, &new_inputs, &new_outputs, i); in Init()
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp32/
Dgroup_convolution_fp32.cc77 … auto ret = group_conv_creator_->GetSingleConvParam(new_conv_param, &new_inputs, &new_outputs, i); in Init()
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/base/
Dgroup_convolution_creator.h55 int GetSingleConvParam(ConvParameter *conv_param, std::vector<lite::Tensor *> *new_inputs,
Dgroup_convolution_creator.cc187 int GroupConvCreator::GetSingleConvParam(ConvParameter *conv_param, std::vector<lite::Tensor *> *ne… in GetSingleConvParam() function in mindspore::kernel::GroupConvCreator
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp16/
Dgroup_convolution_fp16.cc96 … auto ret = group_conv_creator_->GetSingleConvParam(new_conv_param, &new_inputs, &new_outputs, i); in Init()