Home
last modified time | relevance | path

Searched defs:ShapeAndType (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dshape_inference.h134 struct ShapeAndType { struct
135 ShapeAndType() {} in ShapeAndType() argument
136 ShapeAndType(ShapeHandle s, DataType t) : shape(s), dtype(t) {} in ShapeAndType() function
140 ShapeAndType(ShapeHandle s, DataType t, FullTypeDef type_) in ShapeAndType() function
143 ShapeHandle shape;
144 DataType dtype = DT_INVALID;
145 FullTypeDef type;
Dshape_inference_testutil.h35 typedef std::pair<string, DataType> ShapeAndType; typedef