Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dshape_refiner.cc342 ShapeHandle existing_input = node_context->input(dst_input); in UpdateNode() local
346 existing_input)) { in UpdateNode()
353 existing_input)) { in UpdateNode()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Darithmetic_optimizer.cc1525 const string& existing_input = node->input(i); in AddControlInputs() local
1526 if (!IsControlInput(existing_input)) break; in AddControlInputs()
1527 new_ctrl_inputs->erase(existing_input); in AddControlInputs()