Searched defs:ShapeInfo (Results 1 – 2 of 2) sorted by relevance
388 struct ShapeInfo { struct in __anon3dc75aee0111::LowerMatrixIntrinsics389 unsigned NumRows;390 unsigned NumColumns;392 bool IsColumnMajor;394 ShapeInfo(unsigned NumRows = 0, unsigned NumColumns = 0) in ShapeInfo() function398 ShapeInfo(Value *NumRows, Value *NumColumns) in ShapeInfo() argument402 bool operator==(const ShapeInfo &other) { in operator ==()405 bool operator!=(const ShapeInfo &other) { return !(*this == other); } in operator !=()409 operator bool() const { in operator bool()414 unsigned getStride() const { in getStride()[all …]
125 for (auto &ShapeInfo : ShapeInfos) { in configBasicBlock() local