Home
last modified time | relevance | path

Searched refs:kh_s (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32_grad/
Dpooling_grad.c44 int kh_s = MSMAX(0, over_h); in AvgPoolingGrad() local
60 for (int kh = kh_s; kh < kh_e; kh++) { in AvgPoolingGrad()
81 for (int kh = kh_s; kh < kh_e; kh++) { in AvgPoolingGrad()
122 int kh_s = MSMAX(0, over_h); in MaxPoolingGrad() local
140 for (int kh = kh_s; kh < kh_e; kh++) { in MaxPoolingGrad()
170 for (int kh = kh_s; kh < kh_e; kh++) { in MaxPoolingGrad()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16_grad/
Dpooling_grad.c44 int kh_s = MSMAX(0, over_h); in AvgPoolingFp16Grad() local
60 for (int kh = kh_s; kh < kh_e; kh++) { in AvgPoolingFp16Grad()
81 for (int kh = kh_s; kh < kh_e; kh++) { in AvgPoolingFp16Grad()
125 int kh_s = MSMAX(0, over_h); in MaxPoolingFp16Grad() local
143 for (int kh = kh_s; kh < kh_e; kh++) { in MaxPoolingFp16Grad()
172 for (int kh = kh_s; kh < kh_e; kh++) { in MaxPoolingFp16Grad()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/
Dpooling_int8.c114 int kh_s = MSMAX(0, -in_h_index); in AvgPoolingOptInt8() local
116 int real_count = (kw_e - kw_s) * (kh_e - kh_s); in AvgPoolingOptInt8()
137 for (int h = kh_s; h < kh_e; h++) { in AvgPoolingOptInt8()
209 for (int h = kh_s; h < kh_e; h++) { in AvgPoolingOptInt8()
259 for (int h = kh_s; h < kh_e; h++) { in AvgPoolingOptInt8()
Dpack_int8.c764 int kh_s = MSMAX(0, UP_DIV(-input_h, dilation_h)); in Im2ColPackUnitInt8Opt() local
769 for (int j = kh_s; j < kh_e; j++) { in Im2ColPackUnitInt8Opt()
776 for (int j = kh_s; j < kh_e; j++) { in Im2ColPackUnitInt8Opt()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16/
Dpack_fp16.c62 int kh_s = MSMAX(0, UP_DIV(-input_h, dilation_h)); in Im2ColPackUnitFp16() local
67 for (int j = kh_s; j < kh_e; j++) { in Im2ColPackUnitFp16()
75 for (int j = kh_s; j < kh_e; j++) { in Im2ColPackUnitFp16()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/
Dpack_fp32.c51 int kh_s = MSMAX(0, UP_DIV(-input_h, dilation_h)); in Im2ColPackUnitFp32() local
56 for (int j = kh_s; j < kh_e; j++) { in Im2ColPackUnitFp32()
64 for (int j = kh_s; j < kh_e; j++) { in Im2ColPackUnitFp32()