Searched defs:DimId (Results 1 – 1 of 1) sorted by relevance
912 struct DimId { struct in tensorflow::grappler::SymbolicShapeRefiner913 const NodeDef* node;914 int port_id;915 int dim_index;916 bool operator==(const DimId& other) const { in operator ==()