Home
last modified time | relevance | path

Searched refs:h_end (Results 1 – 11 of 11) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/base/
Dspace_to_depth_base.c22 int block_size, int h_start, int h_end, int data_size) { in SpaceToDepthForNHWC() argument
29 if (h_start < 0 || h_start >= h_end || h_end > out_shape[1]) { in SpaceToDepthForNHWC()
43 for (int j = h_start; j < h_end; ++j) { in SpaceToDepthForNHWC()
Dbatch_to_space_base.c60 int h_end = MSMIN((in_h * block_h - crops[1]) / block_h + 1, in_h); in BatchToSpaceForNHWC() local
73 for (int h = h_start; h < h_end; ++h) { in BatchToSpaceForNHWC()
Dspace_to_depth_base.h25 int block_size, int h_start, int h_end, int data_size);
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/
Dresize_fp32.h42 const int h_begin, const int h_end);
46 float *line_buffer, const int h_begin, const int h_end);
56 const int h_begin, const int h_end);
Dresize_fp32.c235 const int h_end) { in Bilinear() argument
247 for (int h = h_begin; h < h_end; h++) { in Bilinear()
288 const int h_begin, const int h_end) { in ResizeBilinear() argument
305 x_left_weights, line0, line1, h_begin, h_end); in ResizeBilinear()
417 const int h_begin, const int h_end) { in Bicubic() argument
423 for (int h = h_begin; h < h_end; h++) { in Bicubic()
434 float *line_buffer, const int h_begin, const int h_end) { in ResizeBicubic() argument
445 h_end); in ResizeBicubic()
452 const int *y_tops, const int h_begin, const int h_end) { in RewriteExtrapolationValue() argument
473 for (int h = h_begin; h < h_end; ++h) { in RewriteExtrapolationValue()
[all …]
Dconv_depthwise_fp32.c42 int h_end = MSMIN(h_start + h_step, conv_param->output_h_); in ConvDw() local
48 for (int oh = h_start; oh < h_end; oh++) { in ConvDw()
845 int h_end = MSMIN(h_start + h_step, conv_param->output_h_); in ConvDwIndirection() local
850 for (int oh = h_start; oh < h_end; oh++) { in ConvDwIndirection()
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp32/
Dcrop_and_resize_fp32.cc135 int h_end = MSMIN(h_begin + unit, new_height_); in RunImpl() local
136 if (h_end <= h_begin) { in RunImpl()
145 … y_bottom_weights_, x_left_weights_, line0, line1, h_begin, h_end); in RunImpl()
Dresize_fp32.cc186 int h_end = std::min(h_begin + unit, new_height_); in RunImpl() local
194 y_weights_, x_weights_, line0, line1, h_begin, h_end); in RunImpl()
204 h_end); in RunImpl()
/third_party/mindspore/mindspore/lite/test/ut/src/runtime/kernel/arm/fp32/
Dspace_to_depth_fp32_tests.cc42 int h_end = 2; in TEST_F() local
43 …SpaceToDepthForNHWC((const float *)input, output, in_shape, out_shape, 4, 2, h_start, h_end, sizeo… in TEST_F()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/
Dbatch_to_space_int8.c65 int h_end = MSMIN((in_h * block_h - crops[1]) / block_h + 1, in_h); in BatchToSpaceForNHWCInt8() local
83 for (int h = h_start; h < h_end; ++h) { in BatchToSpaceForNHWCInt8()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16/
Dconv_depthwise_fp16.c403 int h_end = MSMIN(h_start + h_step, conv_param->output_h_); in ConvDwFp16() local
409 for (int oh = h_start; oh < h_end; oh++) { in ConvDwFp16()