Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dscoped_allocator_optimizer.cc1065 absl::flat_hash_set<string>* seen_outputs, in IdentifyRepeatedInputs() argument
1069 if (!seen_outputs->insert(input_name).second) { in IdentifyRepeatedInputs()
1112 absl::flat_hash_set<string> seen_outputs; in ProcessGraphDef() local
1113 status = ApplyToAll(root.get(), [this, &seen_outputs](Tree* t) { in ProcessGraphDef()
1114 IdentifyRepeatedInputs(t->nodes_, &seen_outputs, &repeated_outputs_); in ProcessGraphDef()