Searched refs:allocation_time (Results 1 – 5 of 5) sorted by relevance
133 temp.allocation_time = 0; in FindOrCreateLiveTensor()191 live->allocation_time = in InferFromTrace()249 events.emplace_back(static_cast<int64>(live.allocation_time.count()), in InferFromTrace()
35 Costs::Duration allocation_time; member
1007 if (live_tensor.allocation_time > peak_time) { in IdentifySwappingCandidates()1008 peak_time = live_tensor.allocation_time; in IdentifySwappingCandidates()1020 if (live_tensor.deallocation_time - live_tensor.allocation_time <= in IdentifySwappingCandidates()1038 Costs::Duration allocation_time = live_tensor.allocation_time; in IdentifySwappingCandidates() local1084 MathUtil::IPow<double>((allocation_time - peak_time).count(), 2); in IdentifySwappingCandidates()
250 unsigned long long allocation_time; member1007 iot->allocation_time = t->time; in log_track_getrq()1049 if (!iot->allocation_time) in log_track_insert()1052 elapsed = iot->queue_time - iot->allocation_time; in log_track_insert()
419 PyTuple_SetItem(live, 3, PyLong_FromLong(live_tensor.allocation_time.count())); in TF_DeterminePeakMemoryUsage()