Home
last modified time | relevance | path

Searched defs:nInputPlane (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DConvolutionMM2d.cu80 int64_t nInputPlane = w_sizes[1]; in slow_conv2d_shape_check() local
143 int64_t nInputPlane = in_sizes[dimf]; in slow_conv2d_forward() local
231 int nInputPlane = weight_sizes[1]/(kW*kH); in slow_conv2d_backward() local
309 int64_t nInputPlane = input_sizes[1]; in slow_conv2d_grad_weight() local
H A DAveragePool2d.cu270 const int64_t nInputPlane = input_.size(-3); in TORCH_IMPL_FUNC() local
389 const int64_t nInputPlane = input.size(-3); in TORCH_IMPL_FUNC() local
H A DDilatedMaxPool2d.cu330 const int64_t nInputPlane = input_.size(-3); in TORCH_IMPL_FUNC() local
458 const int64_t nInputPlane = input.size(-3); in TORCH_IMPL_FUNC() local
H A DNaiveDilatedConvolution.cu202 int64_t nInputPlane = weight.size(1); in slow_conv_dilated_all_cuda_template() local
H A DMaxUnpooling.cu429 int64_t nInputCols, nInputRows, nInputPlane; in max_unpooling2d_backward_out_cuda() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/
H A DAveragePool2d.cpp38 int64_t nInputPlane, in avg_pool2d_out_frame()
167 const int64_t nInputPlane = input_.size(-3); in get_output_shape() local
195 const int64_t nInputPlane = input.size(-3); in q_avg_pool2d() local
H A DAveragePool3d.cpp79 const int64_t nInputPlane = input_.size(-4); in get_output_shape() local
109 const int64_t nInputPlane = input.size(-4); in q_avg_pool3d() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DPool.h124 int64_t nInputPlane, in pool2d_shape_check()
175 int64_t nInputPlane, in max_pool2d_backward_shape_check()
203 int64_t nInputPlane, in avg_pool2d_backward_shape_check()
H A DAveragePool2d.cpp45 const int64_t nInputPlane = input.size(-3); in TORCH_PRECOMPUTE_META_FUNC() local
127 const int64_t nInputPlane = input.size(-3); // number of channels (or colors) in TORCH_META_FUNC() local
H A DDilatedMaxPool2d.cpp62 const int64_t nInputPlane = input.size(-3); in TORCH_META_FUNC() local
137 const int64_t nInputPlane = input.size(-3); in TORCH_META_FUNC() local
H A DNaiveDilatedConvolution.cpp194 int64_t nInputPlane = weight.size(1); in slow_conv_dilated_all_cpu_template() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/kernels/
H A DQuantizedOpKernels.cpp1999 int64_t nInputPlane,
2116 int64_t nInputPlane,
2159 int64_t nInputPlane,
/aosp_15_r20/external/pytorch/torch/
H A D_meta_registrations.py2514 nInputPlane, argument
3786 nInputPlane, argument