Searched defs:dilationT (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/ |
H A D | DilatedMaxPool3d.cu | 44 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() 323 const int dilationT = safe_downcast<int, int64_t>(dilation[0]); in max_pool3d_with_indices_out_cuda_template() local 453 const int dilationT = safe_downcast<int, int64_t>(dilation[0]); in max_pool3d_with_indices_backward_out_cuda_template() local
|
H A D | DepthwiseConv3d.cu | 49 const int dilationT = kKnownDilationT > 0 ? kKnownDilationT : dilationT_; in conv_depthwise3d_cuda_kernel() local 120 const int dilationT = kKnownDilationT > 0 ? kKnownDilationT : dilationT_; in conv_depthwise3d_cuda_backward_input_kernel() local 188 int dilationT, int dilationH, int dilationW) { in conv_depthwise3d_cuda_backward_weight_kernel()
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/ |
H A D | vol2col.h | 26 const int64_t dilationT, in vol2col() 77 const int64_t dilationT, in col2vol()
|
H A D | DilatedMaxPool3d.cpp | 54 const int dilationT = safe_downcast<int, int64_t>(dilation[0]); in max_pool3d_with_indices_out_cpu_template() local 146 const int dilationT = safe_downcast<int, int64_t>(dilation[0]); in max_pool3d_with_indices_backward_out_cpu_template() local
|
H A D | Pool.h | 294 int dilationT, int dilationH, int dilationW, in max_pool3d_backward_shape_check()
|
/aosp_15_r20/external/pytorch/torch/ |
H A D | _meta_registrations.py | 3945 dilationT, argument
|