MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / operator()

Method operator()

tensorflow/stream_executor/gpu/gpu_timer.h:81–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79
80struct GpuTimerDeleter {
81 void operator()(GpuTimer* t) {
82 t->Destroy();
83 delete t;
84 }
85};
86
87} // namespace gpu

Callers

nothing calls this directly

Calls 1

DestroyMethod · 0.45

Tested by

no test coverage detected