Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DThreadLocalState.cpp49 at::set_record_function_tls_(state.rf_tls_); in setThreadLocalState()
H A Drecord_function.h759 TORCH_API void set_record_function_tls_(const RecordFunctionTLS& tls);
H A Drecord_function.cpp624 void set_record_function_tls_(const RecordFunctionTLS& tls) { in set_record_function_tls_() function