Searched defs:ShapeInfo (Results 1 – 2 of 2) sorted by relevance
197 struct ShapeInfo { struct198 unsigned NumRows;199 unsigned NumColumns;201 bool IsColumnMajor;203 ShapeInfo(unsigned NumRows = 0, unsigned NumColumns = 0) in ShapeInfo() function207 ShapeInfo(Value *NumRows, Value *NumColumns) in ShapeInfo() argument211 bool operator==(const ShapeInfo &other) { in operator ==()214 bool operator!=(const ShapeInfo &other) { return !(*this == other); } in operator !=()218 operator bool() const { in operator bool()223 unsigned getStride() const { in getStride()[all …]
125 for (auto &ShapeInfo : ShapeInfos) { in configBasicBlock() local