Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DConvolutionTBC.cpp54 int oShift = std::max(0, static_cast<int>(real_pad - k)); in conv_tbc() local
87 int oShift = std::max(0, real_pad - k); in conv_tbc_backward() local
101 int oShift = std::max(0, real_pad - k); in conv_tbc_backward() local