Home
last modified time | relevance | path

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

/external/pytorch/aten/src/ATen/
DFuncTorchTLS.cpp11 std::unique_ptr<FuncTorchTLSBase> getCopyOfFuncTorchTLS() { in getCopyOfFuncTorchTLS() function
DFuncTorchTLS.h37 TORCH_API std::unique_ptr<FuncTorchTLSBase> getCopyOfFuncTorchTLS();
DThreadLocalState.cpp17 rf_tls_(at::get_record_function_tls_()), functorch_tls_(functorch::getCopyOfFuncTorchTLS()), in ThreadLocalState()