/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/ |
H A D | AvgPoolKernel.cpp | 21 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 D | Unfold2d.cpp | 42 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 D | MaxPoolKernel.cpp | 250 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 D | AveragePool3d.cpp | 39 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 D | Pool.h | 123 …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 D | AveragePool2d.cpp | 33 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 D | vol2col.h | 24 const int64_t dH, in vol2col() 75 const int64_t dH, in col2vol()
|
H A D | DilatedMaxPool3d.cpp | 41 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 D | DilatedMaxPool2d.cpp | 176 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 D | AveragePool3d.cu | 40 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 D | ConvolutionMM2d.cu | 28 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 D | DilatedMaxPool3d.cu | 42 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 D | DepthwiseConv2d.cu | 366 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 D | AveragePool2d.cu | 263 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 D | DilatedMaxPool2d.cu | 317 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 D | AveragePool2d.cpp | 46 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 D | Pooling.cpp | 58 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 D | AveragePool3d.cpp | 45 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 D | AppCompatDisplayInsets.java | 198 final int dH = outAppBounds.height(); in getContainerBounds() local
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/kernels/ |
H A D | QuantizedOpKernels.cpp | 1465 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.c | 623 SInt16 dH; in DragObj_DragPreScroll() local
|
/aosp_15_r20/external/pytorch/torch/ |
H A D | _meta_registrations.py | 2510 dH, argument 3780 dH, argument 3940 dH, argument
|
/aosp_15_r20/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/ |
H A D | apiviewer.js | 175 …",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/ |
D | services.core.unboosted.jar | com/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/ |
D | services.core.unboosted.jar39 | META-INF/
META-INF/MANIFEST.MF
android/
android/gsi/
android/ ... |