Home
last modified time | relevance | path

Searched defs:OptionalStreamGuard (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/c10/core/
H A DStreamGuard.h91 struct OptionalStreamGuard { struct
97 explicit OptionalStreamGuard(Stream stream) : guard_(stream) {} in OptionalStreamGuard() argument
102 explicit OptionalStreamGuard(std::optional<Stream> stream_opt) in OptionalStreamGuard() argument
107 OptionalStreamGuard& operator=(const OptionalStreamGuard&) = delete; argument
113 OptionalStreamGuard& operator=(OptionalStreamGuard&& other) = delete; argument
120 void reset_stream(Stream stream) { in reset_stream()
144 c10::impl::InlineOptionalStreamGuard<impl::VirtualGuardImpl> guard_{}; argument