Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding.cc2553 string reduction_indices_input = node->input(1); in SimplifyReduction() local
2554 NodeDef* reduction_indices = node_map_->GetNode(reduction_indices_input); in SimplifyReduction()
2592 shape_node->add_input(AsControlDependency(reduction_indices_input)); in SimplifyReduction()
2593 node_map_->AddOutput(NodeName(reduction_indices_input), shape_node->name()); in SimplifyReduction()