Searched refs:num_ops_total (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/core/grappler/costs/ |
D | op_level_cost_estimator_test.cc | 644 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 …]
|
D | cost_estimator_test.cc | 35 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()
|
D | cost_estimator.cc | 43 result.num_ops_total += right.num_ops_total; in CombineCosts()
|
D | analytical_cost_estimator_test.cc | 108 EXPECT_EQ(15, summary.num_ops_total); in TEST_F()
|
D | cost_estimator.h | 156 int64 num_ops_total = 1; member
|
D | virtual_scheduler.cc | 394 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()
|
D | virtual_scheduler_test.cc | 2415 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()
|
D | virtual_scheduler.h | 151 device_costs.num_ops_total = 0; in DeviceState()
|
D | op_level_cost_estimator.cc | 683 costs.num_ops_total = node_costs.num_nodes; in PredictCosts()
|