Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Deval_frame.py1040 def check_user_input_output(flat_values, error_type): function
1071 check_user_input_output(flat_args, UserErrorType.INVALID_INPUT)
1073 check_user_input_output(flat_results_traced, UserErrorType.INVALID_OUTPUT)