Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding.cc2866 const int non_const_leaf_input = left_leaf_is_constant ? 1 : 0; in ConstantPushDown() local
2884 op_child_node->input(non_const_leaf_input)); in ConstantPushDown()
2886 op_child_node->input(non_const_leaf_input), in ConstantPushDown()
2889 *op_child_node->mutable_input(non_const_leaf_input)); in ConstantPushDown()