Home
last modified time | relevance | path

Searched refs:time_offset_ps (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/convert/
Dxplane_to_memory_profile.cc63 int64 time_offset_ps, MemoryProfileSummary* summary) { in UpdateProfileSummary() argument
74 summary->set_peak_stats_time_ps(time_offset_ps); in UpdateProfileSummary()
334 if (snapshot.time_offset_ps() > in ProcessActiveAllocations()
450 return a.snapshot->time_offset_ps() < b.snapshot->time_offset_ps(); in SampleSnapshots()
500 return a.time_offset_ps() < b.time_offset_ps(); in ProcessMemoryProfileProto()
/external/tensorflow/tensorflow/core/profiler/utils/
Dxplane_utils.cc247 int64 time_offset_ps = 0LL; in MergePlanes() local
258 time_offset_ps = in MergePlanes()
280 dst_event.SetOffsetPs(event.OffsetPs() + time_offset_ps); in MergePlanes()
/external/tensorflow/tensorflow/core/profiler/protobuf/
Dmemory_profile.proto67 int64 time_offset_ps = 1; field
100 // A list of MemoryProfileSnapshots sorted by time_offset_ps.