Searched refs:OutType_NC4HW4 (Results 1 – 3 of 3) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/ |
D | matmul_parameter.h | 36 typedef enum OutType { OutType_C8 = 0, OutType_Nhwc = 1, OutType_TileC8 = 2, OutType_NC4HW4 = 3 } O… enumerator
|
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp32/ |
D | convolution_1x1_fp32.cc | 160 … matmul_param_->deep_, matmul_param_->row_, cur_oc, matmul_param_->row_, OutType_NC4HW4); in DoConv1x1() 203 matmul_param_->col_, matmul_param_->row_, OutType_NC4HW4); in DoConv1x1Hw()
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/ |
D | conv_common_fp32.c | 190 out_channel, output_hw, OutType_NC4HW4); in ConvFp32OutNC4HW4()
|