Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/c10/core/
H A DStreamGuard.h27 struct StreamGuard { struct
33 explicit StreamGuard(Stream stream) : guard_(stream) {} in StreamGuard() argument
37 StreamGuard& operator=(const StreamGuard&) = delete; argument
42 StreamGuard& operator=(StreamGuard&& other) = delete; argument
55 void reset_stream(Stream stream) { in reset_stream()
83 c10::impl::InlineStreamGuard<impl::VirtualGuardImpl> guard_; argument