Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DConvolution.cpp469 bool kernel_cond = (use_cudnn(input, weight) && in use_cudnn_depthwise() local
482 bool kernel_cond = (cudnn_version >= 7600 && in use_cudnn_depthwise() local