Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/convert/
Dxplane_to_memory_profile.cc66 MemoryAggregationStats* peak_stats = summary->mutable_peak_stats(); in UpdateProfileSummary() local
70 peak_stats->peak_bytes_in_use()) { in UpdateProfileSummary()
71 *peak_stats = stats; in UpdateProfileSummary()
72 peak_stats->set_peak_bytes_in_use(stats.stack_reserved_bytes() + in UpdateProfileSummary()
291 memory_profile->profile_summary().peak_stats().stack_reserved_bytes(); in InsertSpecialAllocations()
325 memory_profile->profile_summary().peak_stats().heap_allocated_bytes(); in ProcessActiveAllocations()
508 .peak_stats() in ProcessMemoryProfileProto()
Dxplane_to_memory_profile_test.cc101 .peak_stats() in TEST()
/external/tensorflow/tensorflow/core/profiler/protobuf/
Dmemory_profile.proto80 MemoryAggregationStats peak_stats = 2; field