Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_properties.cc554 fed_ports_(fed_ports), in SymbolicShapeRefiner()
1592 auto it = fed_ports_.find(node.name()); in InferShapes()
1593 const bool is_fed = it != fed_ports_.end(); in InferShapes()
1697 const std::unordered_map<string, std::unordered_set<int>>& fed_ports_; member in tensorflow::grappler::SymbolicShapeRefiner