Searched refs:BackendPreprocessFunction (Results 1 – 3 of 3) sorted by relevance
21 using BackendPreprocessFunction = std::function<c10::IValue( variable28 const BackendPreprocessFunction& preprocess);32 BackendPreprocessFunction getBackendPreprocessFunction(const std::string& name);
64 std::unordered_map<std::string, BackendPreprocessFunction>&66 static std::unordered_map<std::string, BackendPreprocessFunction> in backendPreprocessFunctions()78 const BackendPreprocessFunction& preprocess) { in registerBackendPreprocessFunction()87 BackendPreprocessFunction getBackendPreprocessFunction( in getBackendPreprocessFunction()
12 const detail::BackendPreprocessFunction& preprocess) in backend_preprocess_register()