Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/costs/
Dop_level_cost_estimator_test.cc644 EXPECT_EQ(cost.num_ops_total, 1); in TEST_F()
669 EXPECT_EQ(cost.num_ops_total, 1); in TEST_F()
690 EXPECT_EQ(1, cost.num_ops_total); in TEST_F()
712 EXPECT_EQ(cost.num_ops_total, 1); in TEST_F()
735 EXPECT_EQ(cost.num_ops_total, 1); in TEST_F()
764 EXPECT_EQ(cost.num_ops_total, 1); in TEST_F()
788 EXPECT_EQ(1, cost.num_ops_total); in TEST_F()
800 EXPECT_EQ(cost.num_ops_total, 1); in TEST_F()
812 EXPECT_EQ(cost.num_ops_total, 1); in TEST_F()
845 EXPECT_EQ(1, cost.num_ops_total); in TEST_F()
[all …]
Dcost_estimator_test.cc35 c.num_ops_total = 1; in TEST()
50 EXPECT_EQ(sum.num_ops_total, 2); in TEST()
66 c.num_ops_total = 1; in TEST()
81 EXPECT_EQ(product.num_ops_total, 1); in TEST()
Dcost_estimator.cc43 result.num_ops_total += right.num_ops_total; in CombineCosts()
Danalytical_cost_estimator_test.cc108 EXPECT_EQ(15, summary.num_ops_total); in TEST_F()
Dcost_estimator.h156 int64 num_ops_total = 1; member
Dvirtual_scheduler.cc394 graph_costs_.num_ops_total = 0; in SchedulerState()
411 graph_costs_.num_ops_total = 0; in Init()
1010 VLOG(1) << graph_costs_.num_ops_total << " ops processed in total, with " in Summary()
1088 VLOG(1) << state.device_costs.num_ops_total in Summary()
Dvirtual_scheduler_test.cc2415 EXPECT_EQ(grappler_item_->graph.node_size(), c.num_ops_total); in TEST_F()
2431 EXPECT_EQ(grappler_item_->graph.node_size(), c.num_ops_total); in TEST_F()
2805 EXPECT_EQ(grappler_item_->graph.node_size() + 2, c.num_ops_total); in TEST_F()
2823 EXPECT_EQ(grappler_item_->graph.node_size() + 2, c.num_ops_total); in TEST_F()
2876 EXPECT_EQ(grappler_item_->graph.node_size() + 1, c.num_ops_total); in TEST_F()
2938 EXPECT_EQ(grappler_item_->graph.node_size() - 1, c.num_ops_total); in TEST_F()
Dvirtual_scheduler.h151 device_costs.num_ops_total = 0; in DeviceState()
Dop_level_cost_estimator.cc683 costs.num_ops_total = node_costs.num_nodes; in PredictCosts()