Searched defs:ShapeInfo (Results 1 – 1 of 1) sorted by relevance
338 struct ShapeInfo { struct in __anon7e59d9a20111::LowerMatrixIntrinsics339 unsigned NumRows;340 unsigned NumColumns;342 bool IsColumnMajor;344 ShapeInfo(unsigned NumRows = 0, unsigned NumColumns = 0) in ShapeInfo() argument348 ShapeInfo(Value *NumRows, Value *NumColumns) in ShapeInfo() argument352 bool operator==(const ShapeInfo &other) { in operator ==()355 bool operator!=(const ShapeInfo &other) { return !(*this == other); } in operator !=()359 operator bool() const { in operator bool()364 unsigned getStride() const { in getStride()[all …]