Searched defs:ShapeAndType (Results 1 – 2 of 2) sorted by relevance
140 struct ShapeAndType { struct141 ShapeAndType() {} in ShapeAndType() function142 ShapeAndType(ShapeHandle s, DataType t) : shape(s), dtype(t) {} in ShapeAndType() function144 ShapeHandle shape;145 DataType dtype = DT_INVALID;
34 typedef std::pair<string, DataType> ShapeAndType; typedef