Home
last modified time | relevance | path

Searched refs:allocation_time (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_memory.cc133 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()
Dgraph_memory.h35 Costs::Duration allocation_time; member
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dmemory_optimizer.cc1007 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() local
1084 MathUtil::IPow<double>((allocation_time - peak_time).count(), 2); in IdentifySwappingCandidates()
/external/blktrace/
Dblkparse.c250 unsigned long long allocation_time; member
1007 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()
/external/tensorflow/tensorflow/python/grappler/
Dcluster.i419 PyTuple_SetItem(live, 3, PyLong_FromLong(live_tensor.allocation_time.count())); in TF_DeterminePeakMemoryUsage()