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

Method Init

tensorflow/stream_executor/gpu/gpu_event.cc:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28GpuEvent::~GpuEvent() {}
29
30port::Status GpuEvent::Init() {
31 return GpuDriver::InitEvent(parent_->gpu_context(), &gpu_event_,
32 GpuDriver::EventFlags::kDisableTiming);
33}
34
35port::Status GpuEvent::Destroy() {
36 return GpuDriver::DestroyEvent(parent_->gpu_context(), &gpu_event_);

Callers

nothing calls this directly

Calls 1

gpu_contextMethod · 0.45

Tested by

no test coverage detected