Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/
H A Dschema_matching.cpp747 const auto& user_function_name = name.toQualString(); in emitBuiltinCall() local
748 error << "Unknown builtin op: " << user_function_name << ".\n"; in emitBuiltinCall()
751 << "Could not find any similar ops to " << user_function_name in emitBuiltinCall()