Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/costs/
Dop_level_cost_estimator_test.cc2046 const int kExpectedComputeTime = 1; in TEST_F() local
2050 EXPECT_EQ(Costs::Duration(kExpectedComputeTime), cost.compute_time); in TEST_F()
2051 EXPECT_EQ(Costs::Duration(kExpectedComputeTime + kExpectedMemoryTime), in TEST_F()
2077 const int kExpectedComputeTime = 0; in TEST_F() local
2081 EXPECT_EQ(Costs::Duration(kExpectedComputeTime), cost.compute_time); in TEST_F()
2082 EXPECT_EQ(Costs::Duration(kExpectedComputeTime + kExpectedMemoryTime), in TEST_F()