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