Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dscoped_allocator_optimizer.h79 return repeated_outputs_; in repeated_outputs()
124 absl::flat_hash_set<string> repeated_outputs_; variable
Dscoped_allocator_optimizer.cc1114 IdentifyRepeatedInputs(t->nodes_, &seen_outputs, &repeated_outputs_); in ProcessGraphDef()