Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/costs/
Dvirtual_scheduler.cc884 Costs total_node_costs = node_state.TotalNodeCosts(); in MarkNodeExecuted() local
886 graph_costs_ = CombineCosts(graph_costs_, total_node_costs); in MarkNodeExecuted()
890 op_cost = CombineCosts(op_cost, total_node_costs); in MarkNodeExecuted()
897 std::make_pair(total_node_costs.execution_time.asMicroSeconds().count(), in MarkNodeExecuted()
917 device.device_costs = CombineCosts(device.device_costs, total_node_costs); in MarkNodeExecuted()
947 device_op_cost = CombineCosts(device_op_cost, total_node_costs); in MarkNodeExecuted()