Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DDepthwiseConv3d.cu71 for (int k_frame = 0; k_frame < kT; ++k_frame) { in conv_depthwise3d_cuda_kernel() local
147 for (int k_frame = 0; k_frame < kT; ++k_frame) { in conv_depthwise3d_cuda_backward_input_kernel() local
199 const int k_frame = (blockIdx.x / kW / kH) % kT; in conv_depthwise3d_cuda_backward_weight_kernel() local