Searched defs:ic8 (Results 1 – 7 of 7) sorted by relevance
/third_party/mindspore/mindspore/lite/micro/coder/opcoders/nnacl/int8/ |
D | conv2d_3x3_int8_coder.cc | 80 int ic8 = UP_DIV(conv_param_->input_channel_, C8NUM); in InitTmpBuffer() local
|
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/int8/ |
D | convolution_3x3_int8.cc | 137 int ic8 = UP_DIV(conv_param_->input_channel_, C8NUM); in InitTmpBuffer() local
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/ |
D | conv3x3_int8.c | 791 const int ic8 = UP_DIV(input_channel, C8NUM); in Conv3x3Int8InputTransform() local 826 void Conv3x3Int8Gemm(int32_t *dst, const int16_t *src, const int16_t *weight, int oc, int ic8, size… in Conv3x3Int8Gemm() 873 int ic8 = UP_DIV(conv_param->input_channel_, C8NUM); in Conv3x3Int8() local
|
D | pack_int8.c | 818 int ic8 = in_channel / C8NUM * C8NUM; in PackInputToC8Int8() local 858 int ic8 = input_channel / C8NUM * C8NUM; in PackWeightToC8Int8() local
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16/ |
D | pack_fp16.c | 99 int ic8 = UP_DIV(input_channel, C8NUM); in PackWeightToC8Fp16() local 124 int ic8 = UP_DIV(input_channel, C8NUM); in PackWeightToC4Fp16() local 282 int ic8 = UP_DIV(channel, C8NUM); in PackNHWCToNHWC8Fp16() local
|
D | winograd_transform_fp16.c | 31 int ic8 = UP_DIV(in_channel, C8NUM); in WinogradInputTransformFp16() local
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/ |
D | pack_fp32.c | 166 int ic8 = DOWN_ROUND(input_channel, C8NUM); in PackNHWCToNXHWCXFp32() local
|