Searched defs:RemoveControllingFanin (Results 1 – 4 of 4) sorted by relevance
587 inline bool RemoveControllingFanin(NodeViewDiff<GraphViewT>* diff, in RemoveControllingFanin() function860 inline void RemoveControllingFanin(NewNode<GraphViewT>* new_node, in RemoveControllingFanin() function
355 TEST(MutableNodeViewDiffTest, RemoveControllingFanin) { in TEST() argument1013 TEST(MutationNewNodeTest, RemoveControllingFanin) { in TEST() argument
375 void Mutation::RemoveControllingFanin(MutableNodeView* node, in RemoveControllingFanin() function in tensorflow::grappler::utils::Mutation387 void Mutation::RemoveControllingFanin(const MutationNewNode& node, in RemoveControllingFanin() function in tensorflow::grappler::utils::Mutation
1205 Status MutableGraphView::RemoveControllingFanin( in RemoveControllingFanin() function in tensorflow::grappler::MutableGraphView