MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / Event

Method Event

tensorflow/stream_executor/event.cc:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22namespace stream_executor {
23
24Event::Event(StreamExecutor* stream_exec)
25 : stream_exec_(stream_exec),
26 implementation_(
27 stream_exec_->implementation()->CreateEventImplementation()) {}
28
29Event::~Event() {
30 // Deal with nullptr implementation_, as this event may have been std::moved.

Calls 2

implementationMethod · 0.45