Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/internal/
H A Dtfprof_timeline.cc281 int64_t max_bytes_in_use = 0; in GenerateGraphTimeline() local
286 max_bytes_in_use = std::max(max_bytes_in_use, cur_bytes_in_use); in GenerateGraphTimeline()
308 max_bytes_in_use / 1000000.0); in GenerateGraphTimeline()