Searched defs:AddControllingFanin (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/core/grappler/utils/ | ||
D | graph_view_internal.h | 571 inline bool AddControllingFanin(NodeViewDiff<GraphViewT>* diff, in AddControllingFanin() function |
D | graph_view_internal_test.cc | 331 TEST(MutableNodeViewDiffTest, AddControllingFanin) { in TEST() argument |
D | graph_view.cc | 358 void Mutation::AddControllingFanin(MutableNodeView* node, in AddControllingFanin() function in tensorflow::grappler::utils::Mutation |
/external/tensorflow/tensorflow/core/grappler/ | ||
D | mutable_graph_view.cc | 1015 Status MutableGraphView::AddControllingFanin(absl::string_view node_name, in AddControllingFanin() function in tensorflow::grappler::MutableGraphView |