Searched refs:CanDedupControlWithRegularInput (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/core/grappler/ |
D | mutable_graph_view.cc | 80 bool CanDedupControlWithRegularInput(const MutableGraphView& graph, in CanDedupControlWithRegularInput() function 89 bool CanDedupControlWithRegularInput(const MutableGraphView& graph, in CanDedupControlWithRegularInput() function 95 return CanDedupControlWithRegularInput(graph, *control_node); in CanDedupControlWithRegularInput() 353 CanDedupControlWithRegularInput(*this, input_node_name); in AddAndDedupFanouts() 536 if (CanDedupControlWithRegularInput(*this, *node)) { in UpdateNode() 679 if (CanDedupControlWithRegularInput(*this, *node) && in SwapNodeNames() 826 if (CanDedupControlWithRegularInput(*this, *to_node)) { in UpdateFanoutsInternal() 851 CanDedupControlWithRegularInput(*this, *fanin.node); in AddFaninInternal() 949 if (CanDedupControlWithRegularInput(*this, *fanin_node)) { in AddRegularFaninByPort() 1323 if (CanDedupControlWithRegularInput(*this, *to_fanin_node)) { in UpdateFanin() [all …]
|