Home
last modified time | relevance | path

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

/external/pytorch/aten/src/ATen/native/
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
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
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()
DNaiveDilatedConvolution.cpp194 int64_t nInputPlane = weight.size(1); in slow_conv_dilated_all_cpu_template() local
/external/pytorch/aten/src/ATen/native/cuda/
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
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
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
DNaiveDilatedConvolution.cu202 int64_t nInputPlane = weight.size(1); in slow_conv_dilated_all_cuda_template() local
DMaxUnpooling.cu429 int64_t nInputCols, nInputRows, nInputPlane; in max_unpooling2d_backward_out_cuda() local
/external/pytorch/aten/src/ATen/native/quantized/cpu/
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
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
/external/pytorch/aten/src/ATen/native/quantized/cpu/kernels/
DQuantizedOpKernels.cpp1999 int64_t nInputPlane,
2116 int64_t nInputPlane,
2159 int64_t nInputPlane,
/external/pytorch/torch/
D_meta_registrations.py2514 nInputPlane, argument
3786 nInputPlane, argument