Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dnoop_elimination_test.cc164 using NodesTypes = std::tuple<std::pair<string, int>, std::pair<string, int>>; typedef
165 struct NoOpMultipleEliminationTest : ::testing::TestWithParam<NodesTypes> {};
173 static_assert(std::tuple_size<NodesTypes>::value == 2, in TEST_P()
230 static_assert(std::tuple_size<NodesTypes>::value == 2, in TEST_P()