Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/
Dutils_test.cc575 TEST_F(UtilsTest, EraseNodeOutputAttributes) { in TEST_F() argument
580 EXPECT_EQ(EraseNodeOutputAttributes(&node), 0); in TEST_F()
582 EXPECT_EQ(EraseNodeOutputAttributes(&node), 1); in TEST_F()
584 EXPECT_EQ(EraseNodeOutputAttributes(&node), 0); in TEST_F()
590 EXPECT_EQ(EraseNodeOutputAttributes(&node), 3); in TEST_F()
593 EXPECT_EQ(EraseNodeOutputAttributes(&node), 0); in TEST_F()
Dutils.h413 int EraseNodeOutputAttributes(NodeDef* node);
Dutils.cc538 int EraseNodeOutputAttributes(NodeDef* node) { in EraseNodeOutputAttributes() function
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding.cc1941 EraseNodeOutputAttributes(node); in ReplaceOperationWithNoOp()