Searched refs:without_add2 (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/compiler/tf2tensorrt/segment/ |
D | segment_test.cc | 145 auto without_add2 = all_adds - "add2"; in TEST_F() local 146 RunTest(&g, without_add1, without_add2, without_add1, {{"add3", "add4"}}); in TEST_F() 149 RunTest(&g, all_adds, without_add2, all_adds, {all_adds}); in TEST_F() 181 const std::set<string> without_add2 = {"add0", "add1", "add3", "add4"}; in TEST_F() local 182 RunTest(&g, without_add2, without_add2, without_add2, {}); in TEST_F()
|