Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding.cc2867 const int parent_const_input = left_child_is_constant ? 0 : 1; in ConstantPushDown() local
2883 node_map_->UpdateInput(node->name(), node->input(parent_const_input), in ConstantPushDown()
2887 node->input(parent_const_input)); in ConstantPushDown()
2888 std::swap(*node->mutable_input(parent_const_input), in ConstantPushDown()