MCPcopy 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
41inline double Timeval2Double(const timeval& tv) {
42 return tv.tv_sec * 1000 * 1000 + tv.tv_usec;
43}
44}
45
46struct AllocStats {

Callers 4

TrackDeallocateMethod · 0.85
TrackAllocateMethod · 0.85
TrackDeallocateMethod · 0.85
SetDefaultHeaderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected