Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/
Dmatmul_parameter.h36 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/
Dconvolution_1x1_fp32.cc160 … 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/
Dconv_common_fp32.c190 out_channel, output_hw, OutType_NC4HW4); in ConvFp32OutNC4HW4()