Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/core/dispatch/
H A DDispatcher.cpp276 using PythonModuleMapType = std::unordered_map<at::OperatorName, std::pair<const char*, const char*… typedef
277 PythonModuleMapType& pythonModulesSingleton() { in pythonModulesSingleton()
278 static PythonModuleMapType _data; in pythonModulesSingleton()