Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/costs/
Dop_level_cost_estimator_test.cc532 EXPECT_EQ(1, cost.num_ops_total); in TEST_F()
552 EXPECT_EQ(1, cost.num_ops_total); in TEST_F()
570 EXPECT_EQ(1, cost.num_ops_total); in TEST_F()
590 EXPECT_EQ(1, cost.num_ops_total); in TEST_F()
600 EXPECT_EQ(1, cost.num_ops_total); in TEST_F()
610 EXPECT_EQ(1, cost.num_ops_total); in TEST_F()
621 EXPECT_EQ(1, cost.num_ops_total); in TEST_F()
631 EXPECT_EQ(1, cost.num_ops_total); in TEST_F()
642 EXPECT_EQ(1, cost.num_ops_total); in TEST_F()
656 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()
Dvirtual_scheduler.cc269 graph_costs_.num_ops_total = 0; in VirtualScheduler()
287 graph_costs_.num_ops_total = 0; in Init()
858 VLOG(1) << graph_costs_.num_ops_total << " ops processed in total, with " in Summary()
935 VLOG(1) << state.device_costs.num_ops_total in Summary()
Dcost_estimator.h154 int64 num_ops_total = 1; member
Dvirtual_scheduler_test.cc2292 EXPECT_EQ(grappler_item_->graph.node_size(), c.num_ops_total); in TEST_F()
2308 EXPECT_EQ(grappler_item_->graph.node_size(), c.num_ops_total); in TEST_F()
2629 EXPECT_EQ(grappler_item_->graph.node_size() + 2, c.num_ops_total); in TEST_F()
2647 EXPECT_EQ(grappler_item_->graph.node_size() + 2, c.num_ops_total); in TEST_F()
2700 EXPECT_EQ(grappler_item_->graph.node_size() + 1, c.num_ops_total); in TEST_F()
2762 EXPECT_EQ(grappler_item_->graph.node_size() - 1, c.num_ops_total); in TEST_F()
Dvirtual_scheduler.h121 device_costs.num_ops_total = 0; in DeviceState()