Home
last modified time | relevance | path

Searched refs:ori_out_channel (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/int8/
Dgroup_convolution_int8.cc42 int ori_out_channel = sub_out_channel * group_num_; in PostConcat() local
50 dst_ptr += ori_out_channel; in PostConcat()
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp32/
Dgroup_convolution_fp32.cc53 int ori_out_channel = sub_out_channel * group_num_; in PostConcat() local
61 dst_ptr += ori_out_channel; in PostConcat()
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp16/
Dgroup_convolution_fp16.cc71 int ori_out_channel = sub_out_channel * group_num_; in PostConcat() local
80 dst_ptr += ori_out_channel; in PostConcat()