Searched defs:raw_f (Results 1 – 2 of 2) sorted by relevance
337 inline CppFunction dispatch(c10::DispatchKey k, Func&& raw_f) { in dispatch()351 inline CppFunction dispatch(c10::DeviceType type, Func&& raw_f) { in dispatch()706 Library& impl(Name name, CppFunction&& raw_f) & { in impl()724 Library& impl(Name name, Dispatch&& key, Func&& raw_f) & { in impl()781 Library& impl(detail::SelectiveStr<true> name, Func&& raw_f) & { in impl()788 Func&& raw_f) & { in impl()830 Library& fallback(Func&& raw_f) & { in fallback()
66 inline torch::CppFunction dispatch_str(const char* key, Func&& raw_f) { in dispatch_str()