Searched defs:ShapeAndType (Results 1 – 2 of 2) sorted by relevance
134 struct ShapeAndType { struct135 ShapeAndType() {} in ShapeAndType() argument136 ShapeAndType(ShapeHandle s, DataType t) : shape(s), dtype(t) {} in ShapeAndType() function140 ShapeAndType(ShapeHandle s, DataType t, FullTypeDef type_) in ShapeAndType() function143 ShapeHandle shape;144 DataType dtype = DT_INVALID;145 FullTypeDef type;
35 typedef std::pair<string, DataType> ShapeAndType; typedef