Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Ddependency_optimizer.cc563 for (const InputSlotAndSource& slot_and_source : it.second) { in TransitiveReduction() local
564 const int input_slot = slot_and_source.first; in TransitiveReduction()
565 const int source = slot_and_source.second; in TransitiveReduction()