Searched defs:ShapeInfo (Results 1 – 7 of 7) sorted by relevance
176 struct ShapeInfo { struct in __anonb565e9b10111::LowerMatrixIntrinsics177 unsigned NumRows;178 unsigned NumColumns;180 ShapeInfo(unsigned NumRows = 0, unsigned NumColumns = 0) in ShapeInfo() argument183 ShapeInfo(Value *NumRows, Value *NumColumns) in ShapeInfo() argument187 bool operator==(const ShapeInfo &other) { in operator ==()190 bool operator!=(const ShapeInfo &other) { return !(*this == other); } in operator !=()194 operator bool() const { in operator bool()
197 struct ShapeInfo { struct198 SkVector ctrl0,199 ctrl1;200 float e0, e1, crs;
102 struct ShapeInfo { struct103 const char* fTypeString;104 ShapeType fShapeType;105 uint16_t fAttacherIndex; // index into respective attacher tables106 uint16_t fFlags;
228 struct ShapeInfo { struct in ShapesBench229 SkMatrix fMatrix;230 SkColor fColor;231 std::function<void(SkCanvas*, const SkPaint&)> fDraw;
55 struct ShapeInfo { struct57 std::vector<int64_t> nchw_dimensions;60 std::vector<int64_t> physical_dimensions;63 mlir::AffineMap affine_map;65 mlir::Type element_type;
388 struct ShapeInfo { struct in __anoned024af70111::LowerMatrixIntrinsics389 unsigned NumRows;390 unsigned NumColumns;392 bool IsColumnMajor;394 ShapeInfo(unsigned NumRows = 0, unsigned NumColumns = 0) in ShapeInfo() argument398 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