Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_timeline.cc291 const auto& tensor_alloc = tensor_alloc_it.second; in GenerateGraphTimeline() local
292 auto it = tensor_alloc.lower_bound(ts); in GenerateGraphTimeline()
293 if (it != tensor_alloc.begin()) { in GenerateGraphTimeline()