Searched defs:AddControllingFanin (Results 1 – 4 of 4) sorted by relevance
571 inline bool AddControllingFanin(NodeViewDiff<GraphViewT>* diff, in AddControllingFanin() function853 inline void AddControllingFanin(NewNode<GraphViewT>* new_node, in AddControllingFanin() function
331 TEST(MutableNodeViewDiffTest, AddControllingFanin) { in TEST() argument983 TEST(MutationNewNodeTest, AddControllingFanin) { in TEST() argument
358 void Mutation::AddControllingFanin(MutableNodeView* node, in AddControllingFanin() function in tensorflow::grappler::utils::Mutation369 void Mutation::AddControllingFanin(const MutationNewNode& node, in AddControllingFanin() function in tensorflow::grappler::utils::Mutation
1037 Status MutableGraphView::AddControllingFanin(absl::string_view node_name, in AddControllingFanin() function in tensorflow::grappler::MutableGraphView