Searched defs:ShapeId (Results 1 – 1 of 1) sorted by relevance
1148 struct ShapeId { struct in tensorflow::grappler::SymbolicShapeRefiner1149 const NodeDef* node;1150 int port_id;1151 bool operator==(const ShapeId& other) const { in operator ==()