Public Types | |
enum | DimType : int8_t { UNKNOWN = 0, CONSTANT = 1, BATCH = 2, SEQ = 3 } |
Public Member Functions | |
ShapeInfo (DimType t, TensorShape &&s) | |
ShapeInfo (DimType t, const TensorShape &s) | |
Data Fields | |
DimType | dim_type {DimType::UNKNOWN} |
TensorShape | shape |
Definition at line 7 of file shape_info.h.