Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_timeline.cc279 int64 cur_bytes_in_use = 0; in GenerateGraphTimeline() local
282 cur_bytes_in_use = alloc.second; in GenerateGraphTimeline()
283 max_bytes_in_use = std::max(max_bytes_in_use, cur_bytes_in_use); in GenerateGraphTimeline()
301 dev.first, cur_bytes_in_use, tensor_mem); in GenerateGraphTimeline()