Home
last modified time | relevance | path

Searched defs:RemoveControllingFanin (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/utils/
Dgraph_view_internal.h587 inline bool RemoveControllingFanin(NodeViewDiff<GraphViewT>* diff, in RemoveControllingFanin() function
860 inline void RemoveControllingFanin(NewNode<GraphViewT>* new_node, in RemoveControllingFanin() function
Dgraph_view_internal_test.cc355 TEST(MutableNodeViewDiffTest, RemoveControllingFanin) { in TEST() argument
1013 TEST(MutationNewNodeTest, RemoveControllingFanin) { in TEST() argument
Dgraph_view.cc375 void Mutation::RemoveControllingFanin(MutableNodeView* node, in RemoveControllingFanin() function in tensorflow::grappler::utils::Mutation
387 void Mutation::RemoveControllingFanin(const MutationNewNode& node, in RemoveControllingFanin() function in tensorflow::grappler::utils::Mutation
/external/tensorflow/tensorflow/core/grappler/
Dmutable_graph_view.cc1183 Status MutableGraphView::RemoveControllingFanin( in RemoveControllingFanin() function in tensorflow::grappler::MutableGraphView