Home
last modified time | relevance | path

Searched defs:pos_c (Results 1 – 10 of 10) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/fp32_grad/
Dmaxpool_grad_grad.c46 const int pos_c = pos / output_hw % channel; in MaxPoolGradGrad() local
112 const int pos_c = pos / output_dhw % channel; in MaxPool3DGradGrad() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_ops/
Dmaxpool_grad_with_argmax_v2_impl.cu28 const int64_t pos_c = pos / dy_hw % (dy_chw / dy_hw); in MaxPoolGradWithArgmaxV2() local
Dmaxpool_with_argmax_v2_impl.cu38 const int pos_c = pos / (outH * outW) % inputC; in MaxPoolWithArgmaxV2() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/
Dmax_pool_grad_with_argmax_v2_cpu_kernel.cc124 const int pos_c = i / (y_height * y_width) % grads_channel; in LaunchKernel() local
Ddilation2d_backprop_input_cpu_kernel.cc126 size_t pos_c = pos / (out_bp_plane_size) % channel; in LaunchKernel() local
Ddilation2d_backprop_filter_cpu_kernel.cc126 size_t pos_c = pos / (out_bp_plane_size) % channel; in LaunchKernel() local
Dmax_pool_with_argmax_v2_cpu_kernel.cc126 const int pos_c = i / (oH * oW) % in_channel; in MaxPoolWithArgmaxV2SingleCompute() local
/third_party/ffmpeg/libavcodec/
Dvc1_pred.c480 int pos_c, pos_b, n_adj; in ff_vc1_pred_mv_intfr() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DDateFormatTest.java5496 FieldPosition pos_c = new FieldPosition(DateFormat.Field.DAY_OF_WEEK); in test20741_ABFields() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDateFormatTest.java5593 FieldPosition pos_c = new FieldPosition(DateFormat.Field.DAY_OF_WEEK); in test20741_ABFields() local