Searched refs:getCopyOfFuncTorchTLS (Results 1 – 3 of 3) sorted by relevance
11 std::unique_ptr<FuncTorchTLSBase> getCopyOfFuncTorchTLS() { in getCopyOfFuncTorchTLS() function
37 TORCH_API std::unique_ptr<FuncTorchTLSBase> getCopyOfFuncTorchTLS();
17 rf_tls_(at::get_record_function_tls_()), functorch_tls_(functorch::getCopyOfFuncTorchTLS()), in ThreadLocalState()