Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dshape_inference.h133 struct ShapeAndType { struct
134 ShapeAndType() {} in ShapeAndType() argument
135 ShapeAndType(ShapeHandle s, DataType t) : shape(s), dtype(t) {} in ShapeAndType() function
136 ShapeAndType(ShapeHandle s, DataType t, SpecializedType specialized_t) in ShapeAndType() argument
139 ShapeHandle shape;
140 DataType dtype = DT_INVALID;
143 SpecializedType specialized_type = ST_INVALID;
Dshape_inference_testutil.h35 typedef std::pair<string, DataType> ShapeAndType; typedef