Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/utils/
Dgraph_view_internal.h571 inline bool AddControllingFanin(NodeViewDiff<GraphViewT>* diff, in AddControllingFanin() function
853 inline void AddControllingFanin(NewNode<GraphViewT>* new_node, in AddControllingFanin() function
Dgraph_view_internal_test.cc331 TEST(MutableNodeViewDiffTest, AddControllingFanin) { in TEST() argument
983 TEST(MutationNewNodeTest, AddControllingFanin) { in TEST() argument
Dgraph_view.cc358 void Mutation::AddControllingFanin(MutableNodeView* node, in AddControllingFanin() function in tensorflow::grappler::utils::Mutation
369 void Mutation::AddControllingFanin(const MutationNewNode& node, in AddControllingFanin() function in tensorflow::grappler::utils::Mutation
/external/tensorflow/tensorflow/core/grappler/
Dmutable_graph_view.cc1015 Status MutableGraphView::AddControllingFanin(absl::string_view node_name, in AddControllingFanin() function in tensorflow::grappler::MutableGraphView