Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Ddependency_optimizer.cc575 typedef std::pair<int, int> InputSlotAndSource; in TransitiveReduction() typedef
577 int, std::set<InputSlotAndSource, std::greater<InputSlotAndSource>>> in TransitiveReduction()
606 for (const InputSlotAndSource& slot_and_source : it.second) { in TransitiveReduction()