Searched refs:live_at_peak (Results 1 – 1 of 1) sorted by relevance
256 std::unordered_set<const LiveTensor*> live_at_peak; in InferFromTrace() local279 live_at_peak = currently_live; in InferFromTrace()286 peak_mem_usage.live_tensors.reserve(live_at_peak.size()); in InferFromTrace()287 for (const auto& live : live_at_peak) { in InferFromTrace()