Home
last modified time | relevance | path

Searched defs:DeviceState (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/costs/
Dvirtual_scheduler.h102 struct DeviceState { struct
104 std::vector<const NodeDef*> nodes_executed;
106 struct NodePairHash {
117 nodes_in_memory;
121 persistent_nodes;
149 DeviceState() { in DeviceState() argument
156 Costs::Duration GetCurrTime() const { return device_costs.execution_time; } in GetCurrTime()