Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/utils/
Dpython_dispatch.cpp69 c10::parseDispatchKey(key), std::forward<Func>(raw_f)); in dispatch_str()
518 : std::make_optional(c10::parseDispatchKey(dispatch)), in initDispatchBindings()
615 c10::parseDispatchKey(dispatch)); in initDispatchBindings()
857 : std::make_optional(c10::parseDispatchKey(dispatch_key)); in initDispatchBindings()
870 return c10::parseDispatchKey(dispatch_key); in initDispatchBindings()
881 : std::make_optional(c10::parseDispatchKey(dispatch_key)); in initDispatchBindings()
Dpybind.h266 tmp = c10::parseDispatchKey(py::cast<std::string>(src));
/external/pytorch/c10/core/
DDispatchKey.cpp263 c10::DispatchKey parseDispatchKey(const std::string& k) { in parseDispatchKey() function
DDispatchKey.h606 C10_API c10::DispatchKey parseDispatchKey(const std::string& k);