Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/dynamo/
H A Deval_frame.c497 _pytorch_record_function_exit(rf); in eval_custom_code()
619 _pytorch_record_function_exit(rf); in _custom_eval_frame()
648 _pytorch_record_function_exit(rf); in _custom_eval_frame()
H A Dcpp_shim.h13 void _pytorch_record_function_exit(_PytorchRecordFunctionState* state);
H A Dcpp_shim.cpp34 void _pytorch_record_function_exit(_PytorchRecordFunctionState* state) { in _pytorch_record_function_exit() function