Home
last modified time | relevance | path

Searched refs:const_child_node (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding.cc2847 NodeDef* const_child_node = in ConstantPushDown() local
2869 if (child_output.find(const_child_node) != child_output.end()) { in ConstantPushDown()
2874 CHECK(MaybeRemoveControlInput(op_child_node->name(), const_child_node, in ConstantPushDown()
2878 MaybeAddControlInput(other_leaf_input, const_child_node, optimized_graph, in ConstantPushDown()