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.cc514 typedef std::pair<int, int> InputSlotAndSource; in TransitiveReduction() typedef
516 int, std::set<InputSlotAndSource, std::greater<InputSlotAndSource>>> in TransitiveReduction()
563 for (const InputSlotAndSource& slot_and_source : it.second) { in TransitiveReduction()