Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A Dclass_type.cpp141 const std::string& hook_err_msg) { in checkForwardHookInputArguments()
296 std::string hook_err_msg = getForwardHookErrorMessage(hook_idx) + "\n"; in checkForwardHookSchema() local