Searched defs:ShapeId (Results 1 – 1 of 1) sorted by relevance
1111 struct ShapeId { struct in tensorflow::grappler::SymbolicShapeRefiner1112 const NodeDef* node;1113 int port_id;1114 bool operator==(const ShapeId& other) const { in operator ==()