Searched defs:DeviceState (Results 1 – 1 of 1) sorted by relevance
102 struct DeviceState { struct104 std::vector<const NodeDef*> nodes_executed;106 struct NodePairHash {117 nodes_in_memory;121 persistent_nodes;149 DeviceState() { in DeviceState() argument156 Costs::Duration GetCurrTime() const { return device_costs.execution_time; } in GetCurrTime()