Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dshape_inference.h208 struct ShapeAndType { struct
209 ShapeAndType() {} in ShapeAndType() argument
210 ShapeAndType(ShapeHandle s, DataType t) : shape(s), dtype(t) {} in ShapeAndType() function
214 ShapeAndType(ShapeHandle s, DataType t, FullTypeDef type_) in ShapeAndType() argument
217 ShapeHandle shape;
218 DataType dtype = DT_INVALID;
219 FullTypeDef type;
H A Dshape_inference_testutil.h35 typedef std::pair<string, DataType> ShapeAndType; typedef