Searched refs:tensor_alloc (Results 1 – 1 of 1) sorted by relevance
291 const auto& tensor_alloc = tensor_alloc_it.second; in GenerateGraphTimeline() local292 auto it = tensor_alloc.lower_bound(ts); in GenerateGraphTimeline()293 if (it != tensor_alloc.begin()) { in GenerateGraphTimeline()