Searched defs:ShapeAndType (Results 1 – 2 of 2) sorted by relevance
208 struct ShapeAndType { struct209 ShapeAndType() {} in ShapeAndType() argument210 ShapeAndType(ShapeHandle s, DataType t) : shape(s), dtype(t) {} in ShapeAndType() function214 ShapeAndType(ShapeHandle s, DataType t, FullTypeDef type_) in ShapeAndType() argument217 ShapeHandle shape;218 DataType dtype = DT_INVALID;219 FullTypeDef type;
35 typedef std::pair<string, DataType> ShapeAndType; typedef