Home
last modified time | relevance | path

Searched defs:dH (Results 1 – 25 of 54) sorted by relevance

123

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/
H A DAvgPoolKernel.cpp21 int64_t dW, int64_t dH, in cpu_avg_pool2d()
108 int64_t dW, int64_t dH, in cpu_avg_pool2d_channels_last()
222 int64_t dW, int64_t dH, in cpu_avg_pool2d_channels_last()
353 int dW, int dH, in cpu_avg_pool2d_backward()
421 int dW, int dH, in cpu_avg_pool2d_backward_channels_last()
500 int64_t dW, int64_t dH, in avg_pool2d_kernel_impl()
526 int dW, int dH, in avg_pool2d_backward_kernel_impl()
554 int64_t dW, int64_t dH, int64_t dD, in cpu_avg_pool3d()
650 int64_t dW, int64_t dH, int64_t dD, in cpu_avg_pool3d_channels_last()
773 int64_t dW, int64_t dH, int64_t dD, in cpu_avg_pool3d_channels_last()
[all …]
H A DUnfold2d.cpp42 int64_t dH, in unfolded2d_acc()
127 int64_t dH, in unfolded2d_acc_channels_last()
184 int64_t dH, in unfolded2d_acc_kernel()
235 int64_t dH, in unfolded2d_copy()
342 int64_t dH, in unfolded2d_copy_channels_last()
399 int64_t dH, in unfolded2d_copy_kernel()
H A DMaxPoolKernel.cpp250 int dH = dWHD[1]; in cpu_max_pool() local
379 int dH = dWHD[1]; in cpu_max_pool_channels_last() local
604 int dW, int dH, in max_pool2d_kernel_impl()
630 int dW, int dH, int dD, in max_pool3d_kernel_impl()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DAveragePool3d.cpp39 const int dH = stride.empty() ? kH : in TORCH_META_FUNC() local
108 const int dH = stride.empty() ? kH : in TORCH_META_FUNC() local
171 int dH, in avg_pool3d_out_frame()
269 const int dH = stride.empty() ? kH : in TORCH_IMPL_FUNC() local
357 int dH, in avg_pool3d_backward_out_frame()
442 const int dH = stride.empty() ? kH : in TORCH_IMPL_FUNC() local
H A DPool.h123 …int64_t kH, int64_t kW, int64_t dH, int64_t dW, int64_t padH, int64_t padW, int64_t dilationH, int… in pool2d_shape_check()
174 int kH, int kW, int dH, int dW, int padH, int padW, int dilationH, int dilationW, in max_pool2d_backward_shape_check()
202 int kH, int kW, int dH, int dW, int padH, int padW, in avg_pool2d_backward_shape_check()
292 int dT, int dH, int dW, in max_pool3d_backward_shape_check()
328 int dT, int dH, int dW, in avg_pool3d_backward_shape_check()
H A DAveragePool2d.cpp33 const int64_t dH = stride.empty() ? kH : stride[0]; in TORCH_PRECOMPUTE_META_FUNC() local
114 const int dH = stride.empty() ? kH : safe_downcast<int, int64_t>(stride[0]); in TORCH_META_FUNC() local
192 const int dH = stride.empty() ? kH : safe_downcast<int, int64_t>(stride[0]); in TORCH_IMPL_FUNC() local
H A Dvol2col.h24 const int64_t dH, in vol2col()
75 const int64_t dH, in col2vol()
H A DDilatedMaxPool3d.cpp41 const int dH = stride.empty() ? kH : in max_pool3d_with_indices_out_cpu_template() local
133 const int dH = stride.empty() ? kH : in max_pool3d_with_indices_backward_out_cpu_template() local
H A DDilatedMaxPool2d.cpp176 const int dH = stride.empty() ? kH : safe_downcast<int, int64_t>(stride[0]); in TORCH_IMPL_FUNC() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DAveragePool3d.cu40 int dT, int dH, int dW, in avg_pool3d_cuda_update_output()
109 int dT, int dH, int dW, in avg_pool3d_cuda_update_output()
220 int dT, int dH, int dW, in avg_pool3d_cuda_update_grad_input_atomic()
279 int dT, int dH, int dW, in avg_pool3d_cuda_update_grad_input()
367 const int dH = stride.empty() ? kH : in TORCH_IMPL_FUNC() local
473 const int dH = stride.empty() ? kH : in TORCH_IMPL_FUNC() local
H A DConvolutionMM2d.cu28 int64_t dH, int64_t dW, in slow_conv2d_shape_check()
131 int64_t dH, int64_t dW, in slow_conv2d_forward()
223 int dH, int dW, in slow_conv2d_backward()
297 int64_t dH, int64_t dW, in slow_conv2d_grad_weight()
H A DDilatedMaxPool3d.cu42 int dT, int dH, int dW, in max_pool3d_with_indices_single_out_frame()
141 int dT, int dH, int dW, in max_pool3d_with_indices_out_frame()
310 const int dH = stride.empty() ? kH : in max_pool3d_with_indices_out_cuda_template() local
440 const int dH = stride.empty() ? kH : in max_pool3d_with_indices_backward_out_cuda_template() local
H A DDepthwiseConv2d.cu366 const int dW, const int dH, in conv_depthwise2d_forward_out()
459 const int dW, const int dH, in conv_depthwise2d_backward_out()
590 const int dW, const int dH, in conv_depthwise2d_grad_weight_out()
H A DAveragePool2d.cu263 const int dH = safe_downcast<int, int64_t>(dH_); in TORCH_IMPL_FUNC() local
378 const int dH = stride.empty() ? kH : safe_downcast<int, int64_t>(stride[0]); in TORCH_IMPL_FUNC() local
H A DDilatedMaxPool2d.cu317 const int dH = stride.empty() ? kH : safe_downcast<int, int64_t>(stride[0]); in TORCH_IMPL_FUNC() local
443 const int dH = stride.empty() ? kH : safe_downcast<int, int64_t>(stride[0]); in TORCH_IMPL_FUNC() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/
H A DAveragePool2d.cpp46 int dH, in avg_pool2d_out_frame()
140 const int dH = stride.empty() ? kH : safe_downcast<int, int64_t>(stride[0]); in get_stride() local
162 int dH, in get_output_shape()
H A DPooling.cpp58 int64_t dH, in spatial_dilated_max_pooling()
122 int64_t dH, in spatial_dilated_max_pooling3d()
195 int64_t dH, in q_maxpool_2d()
363 int64_t dH, in q_maxpool_3d()
H A DAveragePool3d.cpp45 const int dH = stride.empty() in get_stride() local
72 int dH, in get_output_shape()
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/wm/
H A DAppCompatDisplayInsets.java198 final int dH = outAppBounds.height(); in getContainerBounds() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/kernels/
H A DQuantizedOpKernels.cpp1465 int64_t dH, in _qmaxpool_2d_nhwc_kernel()
1565 int64_t dH, in qmaxpool_2d_nhwc_kernel()
1598 int64_t dH, in qmaxpool_3d_nthwc_kernel()
2010 int dH,
2124 int dH,
2170 int dH,
/aosp_15_r20/external/python/cpython2/Mac/Modules/drag/
D_Dragmodule.c623 SInt16 dH; in DragObj_DragPreScroll() local
/aosp_15_r20/external/pytorch/torch/
H A D_meta_registrations.py2510 dH, argument
3780 dH, argument
3940 dH, argument
/aosp_15_r20/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
H A Dapiviewer.js175 …",b=".prototype",L="function",K="Boolean",J="Error",I="constructor",H="warn",G="hasOwnProperty",F=…
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/core/services.core.unboosted/android_common/repackaged-jarjar/javac-39/
Dservices.core.unboosted.jarcom/android/server/wm/utils/WmDisplayCutout.class WmDisplayCutout.java package com. ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/core/services.core.unboosted/android_common/javac/
Dservices.core.unboosted.jar39META-INF/ META-INF/MANIFEST.MF android/ android/gsi/ android/ ...

123