Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/costs/
Dop_level_cost_estimator_test.cc511 class OpLevelCostEstimatorTest : public ::testing::Test { class
588 : public OpLevelCostEstimatorTest,
605 return OpLevelCostEstimatorTest::CountBatchMatMulOperations( in CountBatchMatMulOperations()
617 OpLevelCostEstimatorTest::CountBatchMatMulOperations( in CountBatchMatMulDimProduct()
630 TEST_F(OpLevelCostEstimatorTest, TestPersistentOpCosts) { in TEST_F() argument
652 TEST_F(OpLevelCostEstimatorTest, TestGatherCosts) { in TEST_F() argument
677 TEST_F(OpLevelCostEstimatorTest, TestGatherCostsWithoutOutput) { in TEST_F() argument
697 TEST_F(OpLevelCostEstimatorTest, TestSliceCosts) { in TEST_F() argument
719 TEST_F(OpLevelCostEstimatorTest, TestStridedSliceCosts) { in TEST_F() argument
742 TEST_F(OpLevelCostEstimatorTest, TestScatterOps) { in TEST_F() argument
[all …]
Dop_level_cost_estimator.h325 friend class OpLevelCostEstimatorTest;