Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_timeline.cc290 for (const auto& tensor_alloc_it : dev.second.tensor_allocs) { in GenerateGraphTimeline() local
291 const auto& tensor_alloc = tensor_alloc_it.second; in GenerateGraphTimeline()
297 tensor_mem[it->second].push_back(tensor_alloc_it.first); in GenerateGraphTimeline()