Searched refs:allocation_time (Results 1 – 5 of 5) sorted by relevance
131 temp.allocation_time = 0; in FindOrCreateLiveTensor()183 live->allocation_time = in InferFromTrace()240 events.push_back(Event{live.allocation_time.count(), true, &live}); in InferFromTrace()
35 Costs::Duration allocation_time; member
1001 if (live_tensor.allocation_time > peak_time) { in IdentifySwappingCandidates()1002 peak_time = live_tensor.allocation_time; in IdentifySwappingCandidates()1014 if (live_tensor.deallocation_time - live_tensor.allocation_time <= in IdentifySwappingCandidates()1032 Costs::Duration allocation_time = live_tensor.allocation_time; in IdentifySwappingCandidates() local1074 mem_info.fitness += std::pow((allocation_time - peak_time).count(), 2); in IdentifySwappingCandidates()
250 unsigned long long allocation_time; member1005 iot->allocation_time = t->time; in log_track_getrq()1047 if (!iot->allocation_time) in log_track_insert()1050 elapsed = iot->queue_time - iot->allocation_time; in log_track_insert()
411 PyTuple_SetItem(live, 3, PyLong_FromLong(live_tensor.allocation_time.count())); in TF_DeterminePeakMemoryUsage()