Home
last modified time | relevance | path

Searched refs:algorithm_search (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cudnn/
H A DConv_v7.cpp167 struct algorithm_search {}; struct
260 struct algorithm_search<cudnnConvolutionFwdAlgoPerf_t> { struct
348 struct algorithm_search<cudnnConvolutionBwdDataAlgoPerf_t> { struct
432 struct algorithm_search<cudnnConvolutionBwdFilterAlgoPerf_t> { struct
521 using search = algorithm_search<perf_t>;
/aosp_15_r20/external/pytorch/aten/src/ATen/native/miopen/
H A DConv_miopen.cpp310 struct algorithm_search { struct
359 struct algorithm_search<miopenConvFwdAlgorithm_t> { struct
432 struct algorithm_search<miopenConvBwdDataAlgorithm_t> { struct
505 struct algorithm_search<miopenConvBwdWeightsAlgorithm_t> { struct
579 using search = algorithm_search<algo_t>; in findAlgorithm()
616 using search = algorithm_search<algo_t>; in chooseAlgorithm()
637 using search = algorithm_search<algo_t>; in chooseSolution()