Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Ddependency_optimizer.cc614 for (const InputSlotAndSource& slot_and_source : it.second) { in TransitiveReduction() local
615 const int input_slot = slot_and_source.first; in TransitiveReduction()
616 const int source = slot_and_source.second; in TransitiveReduction()