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.cc132 temp.allocation_time = 0; in FindOrCreateLiveTensor()
190 live->allocation_time = in InferFromTrace()
248 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.cc1042 if (live_tensor.allocation_time > peak_time) { in IdentifySwappingCandidates()
1043 peak_time = live_tensor.allocation_time; in IdentifySwappingCandidates()
1055 if (live_tensor.deallocation_time - live_tensor.allocation_time <= in IdentifySwappingCandidates()
1073 Costs::Duration allocation_time = live_tensor.allocation_time; in IdentifySwappingCandidates() local
1119 MathUtil::IPow<double>((allocation_time - peak_time).count(), 2); in IdentifySwappingCandidates()
/external/tensorflow/tensorflow/python/grappler/
Dcluster_wrapper.cc326 live_tensor.memory_used, live_tensor.allocation_time.count(), in PYBIND11_MODULE()
/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()