Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/backends/
H A Dbackend_detail.cpp65 backendPreprocessFunctions() { in backendPreprocessFunctions() function
73 return backendPreprocessFunctions().count(name); in hasBackendPreprocessFunction()
84 detail::backendPreprocessFunctions()[name] = preprocess; in registerBackendPreprocessFunction()
94 return backendPreprocessFunctions()[name]; in getBackendPreprocessFunction()