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.cc264 graph_costs_(Costs::ZeroCosts()), in VirtualScheduler()
269 graph_costs_.num_ops_total = 0; in VirtualScheduler()
286 graph_costs_ = Costs::ZeroCosts(); in Init()
287 graph_costs_.num_ops_total = 0; in Init()
757 graph_costs_ = CombineCosts(graph_costs_, total_node_costs); in MarkCurrNodeExecuted()
858 VLOG(1) << graph_costs_.num_ops_total << " ops processed in total, with " in Summary()
859 << graph_costs_.num_ops_with_unknown_shapes in Summary()
863 VLOG(1) << "Expected execution time: " << graph_costs_.execution_time.count(); in Summary()
864 VLOG(1) << "Expected compute time: " << graph_costs_.compute_time.count(); in Summary()
865 VLOG(1) << "Expected memory time: " << graph_costs_.memory_time.count(); in Summary()
[all …]
Dvirtual_scheduler.h346 Costs graph_costs_; // Graph cost. variable