Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/
Dutils_test.cc561 TEST_F(UtilsTest, EraseRegularNodeAttributes) { in TEST_F() argument
567 EXPECT_EQ(EraseRegularNodeAttributes(&node), 1); in TEST_F()
569 EXPECT_EQ(EraseRegularNodeAttributes(&node), 0); in TEST_F()
573 EXPECT_EQ(EraseRegularNodeAttributes(&node), 1); in TEST_F()
576 EXPECT_EQ(EraseRegularNodeAttributes(&node), 0); in TEST_F()
Dutils.h423 int EraseRegularNodeAttributes(NodeDef* node);
Dutils.cc512 int EraseRegularNodeAttributes(NodeDef* node) { in EraseRegularNodeAttributes() function
/external/tensorflow/tensorflow/core/transforms/utils/
Dutils.h35 void EraseRegularNodeAttributes(NamedAttrList &attr_list);
Dutils.cc45 void EraseRegularNodeAttributes(NamedAttrList &attr_list) { in EraseRegularNodeAttributes() function
/external/tensorflow/tensorflow/core/grappler/optimizers/
Ddebug_stripper.cc47 EraseRegularNodeAttributes(&node); in Optimize()
Dimplementation_selector.cc331 EraseRegularNodeAttributes(node); in RewriteDeviceIndexOp()
Dconstant_folding.cc442 EraseRegularNodeAttributes(node); in MaterializeShapes()
1903 EraseRegularNodeAttributes(node); in ReplaceOperationWithBroadcastTo()
1934 EraseRegularNodeAttributes(node); in ReplaceOperationWithIdentity()
1965 EraseRegularNodeAttributes(node); in ReplaceOperationWithSnapshot()
1989 EraseRegularNodeAttributes(node); in ReplaceOperationWithNoOp()
2045 EraseRegularNodeAttributes(node); in ReplaceOperationWithConstantTensor()
2873 EraseRegularNodeAttributes(node); in ReplaceReductionWithIdentity()
2963 EraseRegularNodeAttributes(node); in SimplifyReshape()
Ddependency_optimizer.cc328 EraseRegularNodeAttributes(node); in OptimizeNode()
Dmemory_optimizer.cc726 EraseRegularNodeAttributes(node); in SchedulingPass()
Darithmetic_optimizer.cc224 EraseRegularNodeAttributes(node); in ReplaceWithNoOp()
/external/tensorflow/tensorflow/core/transforms/constant_folding/
Dpass.cc123 util::EraseRegularNodeAttributes(state.attributes); in CreateConstantTensorOp()
285 util::EraseRegularNodeAttributes(state.attributes); in ReplaceOperationWithSnapshot()
333 util::EraseRegularNodeAttributes(state.attributes); in ReplaceOperationWithBroadcastTo()
2093 util::EraseRegularNodeAttributes(state.attributes); in ReplaceReductionWithIdentity()
2142 util::EraseRegularNodeAttributes(state.attributes); in matchAndRewrite()