HomeSort by relevance Sort by last modified time
    Searched refs:allocation_time (Results 1 - 5 of 5) sorted by null

  /external/tensorflow/tensorflow/core/grappler/costs/
graph_memory.h 35 Costs::Duration allocation_time; member in struct:tensorflow::grappler::GraphMemory::LiveTensor
graph_memory.cc 133 temp.allocation_time = 0;
191 live->allocation_time =
249 events.emplace_back(static_cast<int64>(live.allocation_time.count()),
  /external/tensorflow/tensorflow/core/grappler/optimizers/
memory_optimizer.cc 1038 Costs::Duration allocation_time = live_tensor.allocation_time; local
    [all...]
  /external/tensorflow/tensorflow/python/grappler/
cluster.i 419 PyTuple_SetItem(live, 3, PyLong_FromLong(live_tensor.allocation_time.count()));
  /external/blktrace/
blkparse.c 250 unsigned long long allocation_time; member in struct:io_track
1007 iot->allocation_time = t->time;
1049 if (!iot->allocation_time)
1052 elapsed = iot->queue_time - iot->allocation_time;
    [all...]

Completed in 505 milliseconds