Home
last modified time | relevance | path

Searched refs:device_costs (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/costs/
Dvirtual_scheduler.h113 Costs device_costs; member
120 device_costs = Costs::ZeroCosts(); in DeviceState()
121 device_costs.num_ops_total = 0; in DeviceState()
126 Costs::Duration GetCurrTime() const { return device_costs.execution_time; } in GetCurrTime()
Dvirtual_scheduler.cc783 device.device_costs.execution_time = node_state.time_scheduled; in MarkCurrNodeExecuted()
784 device.device_costs = CombineCosts(device.device_costs, total_node_costs); in MarkCurrNodeExecuted()
935 VLOG(1) << state.device_costs.num_ops_total in Summary()
937 << state.device_costs.num_ops_with_unknown_shapes in Summary()
1000 critical_path_costs = state.device_costs; in Summary()