Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/costs/
Dvirtual_scheduler.cc388 : graph_costs_(Costs::ZeroCosts()), in SchedulerState()
394 graph_costs_.num_ops_total = 0; in SchedulerState()
410 graph_costs_ = Costs::ZeroCosts(); in Init()
411 graph_costs_.num_ops_total = 0; in Init()
886 graph_costs_ = CombineCosts(graph_costs_, total_node_costs); in MarkNodeExecuted()
1010 VLOG(1) << graph_costs_.num_ops_total << " ops processed in total, with " in Summary()
1011 << graph_costs_.num_ops_with_unknown_shapes in Summary()
1015 VLOG(1) << "Expected execution time: " << graph_costs_.execution_time.count(); in Summary()
1016 VLOG(1) << "Expected compute time: " << graph_costs_.compute_time.count(); in Summary()
1017 VLOG(1) << "Expected memory time: " << graph_costs_.memory_time.count(); in Summary()
[all …]
Dvirtual_scheduler.h379 Costs GetGraphCost() { return graph_costs_; } in GetGraphCost()
434 Costs graph_costs_; // Graph cost. variable