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.h128 Costs device_costs; member
150 device_costs = Costs::ZeroCosts(); in DeviceState()
151 device_costs.num_ops_total = 0; in DeviceState()
156 Costs::Duration GetCurrTime() const { return device_costs.execution_time; } in GetCurrTime()
Dvirtual_scheduler.cc915 device.device_costs.execution_time = node_state.time_scheduled; in MarkNodeExecuted()
917 device.device_costs = CombineCosts(device.device_costs, total_node_costs); in MarkNodeExecuted()
1088 VLOG(1) << state.device_costs.num_ops_total in Summary()
1090 << state.device_costs.num_ops_with_unknown_shapes in Summary()
1169 critical_path_costs = state.device_costs; in Summary()