Searched defs:MathOpFallback (Results 1 – 1 of 1) sorted by relevance
24 struct MathOpFallback { struct25 MathOpFallback(DispatchKey key_, string op_name_) : key(key_), op_name(std::move(op_name_)) {} in MathOpFallback() argument27 …lback_impl(const c10::OperatorHandle& op, DispatchKeySet dispatch_keys, torch::jit::Stack* stack) { in fallback_impl()153 DispatchKey key;154 string op_name;