Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dshape_inference.h140 struct ShapeAndType { struct
141 ShapeAndType() {} in ShapeAndType() function
142 ShapeAndType(ShapeHandle s, DataType t) : shape(s), dtype(t) {} in ShapeAndType() function
144 ShapeHandle shape;
145 DataType dtype = DT_INVALID;
Dshape_inference_testutil.h34 typedef std::pair<string, DataType> ShapeAndType; typedef