Searched defs:ShapeId (Results 1 – 1 of 1) sorted by relevance
899 struct ShapeId { struct in tensorflow::grappler::SymbolicShapeRefiner900 const NodeDef* node;901 int port_id;902 bool operator==(const ShapeId& other) const { in operator ==()