Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ Timeval2Double
Function
Timeval2Double
tensorflow/core/common_runtime/memory_planner.h:41–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
}
40
41
inline double Timeval2Double(const timeval& tv) {
42
return tv.tv_sec * 1000 * 1000 + tv.tv_usec;
43
}
44
}
45
46
struct AllocStats {
Callers
4
TrackDeallocate
Method · 0.85
TrackAllocate
Method · 0.85
TrackDeallocate
Method · 0.85
SetDefaultHeader
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected