Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ GetEventTimeNs
Method
GetEventTimeNs
tensorflow/lite/delegates/gpu/cl/cl_event.cc:62–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
}
61
62
uint64_t CLEvent::GetEventTimeNs() const {
63
return GetFinishedTimeNs() - GetStartedTimeNs();
64
}
65
66
void CLEvent::SetName(const std::string& name) { name_ = name; }
67
Callers
1
GetProfilingInfo
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected