Home
last modified time | relevance | path

Searched defs:dilationW (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DDilatedMaxPool2d.cpp47 const int dilationW = dilation.size() == 1 ? dilationH : safe_downcast<int, int64_t>(dilation[1]); in TORCH_META_FUNC() local
120 const int dilationW = dilation.size() == 1 ? dilationH : safe_downcast<int, int64_t>(dilation[1]); in TORCH_META_FUNC() local
184 const int dilationW = dilation.size() == 1 ? dilationH : safe_downcast<int, int64_t>(dilation[1]); in TORCH_IMPL_FUNC() local
H A DPool.h123 …t64_t kW, int64_t dH, int64_t dW, int64_t padH, int64_t padW, int64_t dilationH, int64_t dilationW, 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()
294 int dilationT, int dilationH, int dilationW, in max_pool3d_backward_shape_check()
H A Dvol2col.h28 const int64_t dilationW, in vol2col()
79 const int64_t dilationW, in col2vol()
H A DDilatedMaxPool3d.cpp56 const int dilationW = dilation.size() == 1 ? dilationT : safe_downcast<int, int64_t>(dilation[2]); in max_pool3d_with_indices_out_cpu_template() local
148 const int dilationW = dilation.size() == 1 ? dilationT : safe_downcast<int, int64_t>(dilation[2]); in max_pool3d_with_indices_backward_out_cpu_template() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/
H A DMaxPoolKernel.cpp83 int64_t dilationW) { in compute_internal()
158 int64_t dilationW) { in compute_internal()
253 int dilationW = dilWHD[0]; in cpu_max_pool() local
382 int dilationW = dilWHD[0]; in cpu_max_pool_channels_last() local
606 int dilationW, int dilationH) { in max_pool2d_kernel_impl()
632 int dilationW, int dilationH, int dilationD) { in max_pool3d_kernel_impl()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DDilatedMaxPool3d.cu44 int dilationT, int dilationH, int dilationW, in max_pool3d_with_indices_single_out_frame()
143 int dilationT, int dilationH, int dilationW, in max_pool3d_with_indices_out_frame()
325 const int dilationW = dilation.size() == 1 ? dilationT : safe_downcast<int, int64_t>(dilation[2]); in max_pool3d_with_indices_out_cuda_template() local
455 const int dilationW = dilation.size() == 1 ? dilationT : safe_downcast<int, int64_t>(dilation[2]); in max_pool3d_with_indices_backward_out_cuda_template() local
H A DDepthwiseConv2d.cu368 const int dilationW, const int dilationH) { in conv_depthwise2d_forward_out()
461 const int dilationW, const int dilationH) { in conv_depthwise2d_backward_out()
592 const int dilationW, const int dilationH) { in conv_depthwise2d_grad_weight_out()
H A DDepthwiseConv3d.cu51 const int dilationW = kKnownDilationW > 0 ? kKnownDilationW : dilationW_; in conv_depthwise3d_cuda_kernel() local
122 const int dilationW = kKnownDilationW > 0 ? kKnownDilationW : dilationW_; in conv_depthwise3d_cuda_backward_input_kernel() local
188 int dilationT, int dilationH, int dilationW) { in conv_depthwise3d_cuda_backward_weight_kernel()
H A DDilatedMaxPool2d.cu325 const int dilationW = dilation.size() == 1 ? dilationH : safe_downcast<int, int64_t>(dilation[1]); in TORCH_IMPL_FUNC() local
451 const int dilationW = dilation.size() == 1 ? dilationH : safe_downcast<int, int64_t>(dilation[1]); in TORCH_IMPL_FUNC() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dcudnn_support_utils.cc99 const int64_t dilationW = conv.window().dimensions()[0].base_dilation(); in CudnnSupportsOptimizedIntegerConvolution() local
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/operation_converters/
DDepthwiseConv2DOperationConverter.cpp98 int32_t dilationW = 1; in convert() local
DConv2DOperationConverter.cpp212 int32_t dilationW = 1; in convert() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cudnn/
H A DPooling.cpp153 int64_t dilationW = dilation[1]; in quantized_max_pool2d_cudnn() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/
H A DPooling.cpp544 int64_t dilationW = dilation[1]; in qnnpack_maxpool2d() local
/aosp_15_r20/external/pytorch/torch/
H A D_meta_registrations.py3785 dilationW, argument
3947 dilationW, argument
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/
H A Dexternal_functions.cpp383 int64_t dilationW = extra_args[5]; in nnc_aten_conv2d() local