/third_party/mindspore/mindspore/lite/test/ut/src/runtime/kernel/opencl/ |
D | resize_tests.cc | 40 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
|
D | conv2d_transpose_tests.cc | 25 …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/ |
D | depthtospace_impl.cu | 23 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()
|
D | spacetodepth_impl.cu | 24 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()
|
D | adaptive_avg_pool2d_impl.cu | 35 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
|
D | adaptive_avg_pool2d_grad_impl.cu | 51 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
|
D | batchtospace_impl.cu | 23 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()
|
D | spacetobatch_impl.cu | 23 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/ |
D | llseek.c | 53 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/ |
D | conv2d_transpose.cc | 94 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/ |
D | CollationElementIterator.java | 325 int oh = otherHalf_; local 380 int oh = otherHalf_; in previous() local
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | CollationElementIterator.java | 315 int oh = otherHalf_; local 369 int oh = otherHalf_; in previous() local
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | coleitr.cpp | 110 uint32_t oh = otherHalf_; in next() local 173 uint32_t oh = otherHalf_; in previous() local
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | coleitr.cpp | 110 uint32_t oh = otherHalf_; in next() local 173 uint32_t oh = otherHalf_; in previous() local
|
/third_party/node/deps/icu-small/source/i18n/ |
D | coleitr.cpp | 110 uint32_t oh = otherHalf_; in next() local 173 uint32_t oh = otherHalf_; in previous() local
|
/third_party/icu/icu4c/source/i18n/ |
D | coleitr.cpp | 110 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/ |
D | deconv_fp16.c | 43 int oh = ih * conv_param->stride_h_ - conv_param->pad_u_; in DeConvPostFp16() local
|
D | conv_depthwise_fp16.c | 365 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/ |
D | deconv_fp32.c | 68 int oh = ih * conv_param->stride_h_ - conv_param->pad_u_; in DeConvPostFp32C8() local
|
D | conv_depthwise_fp32.c | 48 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/ |
D | conv_depthwise_int8.c | 99 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
|
D | deconv_int8.c | 45 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/ |
D | DepthwiseFp32_Sse.c | 122 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/ |
D | MotionTileEffect.cpp | 203 [tiler](const ScalarValue& oh) { in attachMotionTileEffect()
|
/third_party/libwebsockets/lib/secure-streams/protocols/ |
D | ss-h1.c | 154 uint8_t oh = 0; in ss_http_multipart_parser() local
|