Home
last modified time | relevance | path

Searched defs:raw_f (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/
H A Dlibrary.h337 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()
/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dpython_dispatch.cpp66 inline torch::CppFunction dispatch_str(const char* key, Func&& raw_f) { in dispatch_str()