Searched defs:SavedTensorDefaultHooksTLS (Results 1 – 1 of 1) sorted by relevance
16 struct TORCH_API SavedTensorDefaultHooksTLS { struct18 std::stack<std::pair<c10::SafePyObject, c10::SafePyObject>> stack;42 static const impl::SavedTensorDefaultHooksTLS& get_tls_state(); argument