Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/operators/
H A Dconv2d.cpp39 auto const& CperG = immediateAs<int>(weight.dim(1)); in conv2d_depthwise_static() local
107 ExprHandle CperG, in conv2d_depthwise_dynamic()
183 ExprHandle CperG, in conv2d_depthwise()
218 ExprHandle CperG, in conv2d_depthwise()
281 auto CperG = weight.dims[1]; in conv2dIsSupported() local
/aosp_15_r20/external/pytorch/test/cpp/tensorexpr/
H A Dtest_conv.cpp27 constexpr int CperG = C / kGroups; in TEST() local
58 constexpr int CperG = C / kGroups; in TEST() local
133 constexpr int CperG = C / kGroups; in TEST() local