Home
last modified time | relevance | path

Searched defs:oh (Results 1 – 25 of 36) sorted by relevance

12

/third_party/mindspore/mindspore/lite/test/ut/src/runtime/kernel/opencl/
Dresize_tests.cc40 int oh = 4; in TEST_F() local
56 int oh = 3; in TEST_F() local
72 int oh = 4; in TEST_F() local
88 int oh = 4; in TEST_F() local
105 int oh = 3; in TEST_F() local
121 int oh = 4; in TEST_F() local
Dconv2d_transpose_tests.cc25 …arameter(int n, int h, int w, int ci, int co, int kh, int kw, std::vector<int> pad, int oh, int ow, in CreateParameter()
55 int oh = 4; in TEST_F() local
82 int oh = 5; in TEST_F() local
109 int oh = 5; in TEST_F() local
138 int oh = 4; in TEST_F() local
166 int oh = 5; in TEST_F() local
196 int oh = 5; in TEST_F() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Ddepthtospace_impl.cu23 const size_t on, const size_t oc, const size_t oh, in DepthToSpace()
64 const size_t on, const size_t oc, const size_t oh, in CalDepthToSpace()
Dspacetodepth_impl.cu24 const size_t on, const size_t oc, const size_t oh, in SpaceToDepth()
64 const size_t on, const size_t oc, const size_t oh, in CalSpaceToDepth()
Dadaptive_avg_pool2d_impl.cu35 for (uint oh = 0; oh < output_height; oh++) { in AdaptiveAvgPool2DKernel() local
66 for (uint oh = 0; oh < output_height; oh++) { in AdaptiveAvgPool2DKernel() local
97 for (uint oh = 0; oh < output_height; oh++) { in AdaptiveAvgPool2DKernel() local
128 for (uint oh = 0; oh < output_height; oh++) { in AdaptiveAvgPool2DKernel() local
Dadaptive_avg_pool2d_grad_impl.cu51 for (uint oh = oh0; oh < oh1; oh++) { in AdaptiveAvgPool2DGradKernel() local
85 for (uint oh = oh0; oh < oh1; oh++) { in AdaptiveAvgPool2DGradKernel() local
119 for (uint oh = oh0; oh < oh1; oh++) { in AdaptiveAvgPool2DGradKernel() local
153 for (uint oh = oh0; oh < oh1; oh++) { in AdaptiveAvgPool2DGradKernel() local
Dbatchtospace_impl.cu23 const size_t on, const size_t oh, const size_t ow, in BatchToSpace()
65 const size_t on, const size_t oh, const size_t ow, in CalBatchToSpace()
Dspacetobatch_impl.cu23 const size_t on, const size_t oh, const size_t ow, in SpaceToBatch()
65 const size_t on, const size_t oh, const size_t ow, in CalSpaceToBatch()
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/
Dllseek.c53 static int _llseek(unsigned int fd, unsigned long oh, in _llseek()
60 static int _llseek(unsigned int fd, unsigned long oh, in _llseek()
/third_party/mindspore/mindspore/lite/src/runtime/kernel/opencl/kernel/
Dconv2d_transpose.cc94 int oh = out_tensors_[0]->shape()[1]; in SetGlobalLocal() local
113 int oh = out_tensors_[0]->shape()[1]; in SetConstArgs() local
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DCollationElementIterator.java325 int oh = otherHalf_; local
380 int oh = otherHalf_; in previous() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DCollationElementIterator.java315 int oh = otherHalf_; local
369 int oh = otherHalf_; in previous() local
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dcoleitr.cpp110 uint32_t oh = otherHalf_; in next() local
173 uint32_t oh = otherHalf_; in previous() local
/third_party/skia/third_party/externals/icu/source/i18n/
Dcoleitr.cpp110 uint32_t oh = otherHalf_; in next() local
173 uint32_t oh = otherHalf_; in previous() local
/third_party/node/deps/icu-small/source/i18n/
Dcoleitr.cpp110 uint32_t oh = otherHalf_; in next() local
173 uint32_t oh = otherHalf_; in previous() local
/third_party/icu/icu4c/source/i18n/
Dcoleitr.cpp110 uint32_t oh = otherHalf_; in next() local
173 uint32_t oh = otherHalf_; in previous() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16/
Ddeconv_fp16.c43 int oh = ih * conv_param->stride_h_ - conv_param->pad_u_; in DeConvPostFp16() local
Dconv_depthwise_fp16.c365 int oh = start_oh; in ConvDw3x3Fp16() local
409 for (int oh = h_start; oh < h_end; oh++) { in ConvDwFp16() local
490 for (int oh = top; oh < bottom; oh++) { in DepthwiseBorderFp16() local
525 for (int oh = 0; oh < height; oh++) { in DepthwiseCenterFp16() local
649 int oh = ih * conv_param->stride_h_ - conv_param->pad_u_; in DeconvDepthwiseBorderFp16() local
683 for (int oh = 0; oh < height; oh++) { in DeconvDepthwiseCenterFp16() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/
Ddeconv_fp32.c68 int oh = ih * conv_param->stride_h_ - conv_param->pad_u_; in DeConvPostFp32C8() local
Dconv_depthwise_fp32.c48 for (int oh = h_start; oh < h_end; oh++) { in ConvDw() local
214 for (int oh = top; oh < bottom; oh++) { in ConvDwBorder() local
267 for (int oh = 0; oh < height; oh++) { in ConvDwCenter() local
689 int oh = start_oh; in ConvDw3x3() local
740 for (int oh = 0; oh < conv_param->output_h_; oh++) { in ConvDwInitIndirection() local
850 for (int oh = h_start; oh < h_end; oh++) { in ConvDwIndirection() local
900 int oh = ih * conv_param->stride_h_ - conv_param->pad_u_; in DeconvDwBorder() local
934 for (int oh = 0; oh < height; oh++) { in DeconvDwCenter() local
1092 for (int oh = oh_start; oh < oh_end; ++oh) { in DepthwiseSWAvxFp32() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/
Dconv_depthwise_int8.c99 for (int oh = start_h; oh < end_h; oh++) { in ConvDwInt8() local
322 for (int oh = start_oh; oh < end_oh; oh++) { in ConvDw3x3Int8() local
541 for (int oh = top; oh < bottom; oh++) { in ConvDwInt8Border() local
576 for (int oh = 0; oh < height; oh++) { in ConvDwInt8Center() local
694 int oh = ih * conv_param->stride_h_ - conv_param->pad_u_; in DeconvDwInt8Border() local
723 for (int oh = 0; oh < height; oh++) { in DeconvDwInt8Center() local
Ddeconv_int8.c45 int oh = ih * conv_param->stride_h_ - conv_param->pad_u_; in DeConvPostInt8C4() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/intrinsics/sse/
DDepthwiseFp32_Sse.c122 for (int oh = 0; oh < height; oh++) { in ConvDwFp32Center() local
244 for (int oh = 0; oh < height; oh++) { in DeconvDwFp32Center() local
/third_party/flutter/skia/modules/skottie/src/effects/
DMotionTileEffect.cpp203 [tiler](const ScalarValue& oh) { in attachMotionTileEffect()
/third_party/libwebsockets/lib/secure-streams/protocols/
Dss-h1.c154 uint8_t oh = 0; in ss_http_multipart_parser() local

12