Searched refs:GetSingleConvParam (Results 1 – 5 of 5) sorted by relevance
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/int8/ |
D | group_convolution_int8.cc | 64 … 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/ |
D | group_convolution_fp32.cc | 77 … 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/ |
D | group_convolution_creator.h | 55 int GetSingleConvParam(ConvParameter *conv_param, std::vector<lite::Tensor *> *new_inputs,
|
D | group_convolution_creator.cc | 187 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/ |
D | group_convolution_fp16.cc | 96 … auto ret = group_conv_creator_->GetSingleConvParam(new_conv_param, &new_inputs, &new_outputs, i); in Init()
|