Home
last modified time | relevance | path

Searched defs:ChainLink (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Darithmetic_optimizer.cc1510 struct ChainLink { struct in tensorflow::grappler::__anonfb3622940111::HoistCWiseUnaryChainsStage
1512 ChainLink(NodeDef* _node, int _port_origin) in ChainLink() argument
1514 NodeDef* node; // Node in a chain.
1515 int port_origin; // Port on concat/split node from which this chain
1518 bool operator<(const ChainLink& other) const { in operator <()