Lines Matching defs:posWidth
346 SparseTensorEncodingAttr::withBitWidths(unsigned posWidth,
350 getContext(), getLvlTypes(), getDimToLvl(), getLvlToDim(), posWidth,
580 unsigned posWidth = 0;
585 SmallVector<StringRef, 5> keys = {"map", "posWidth", "crdWidth",
634 case 1: { // posWidth
644 posWidth = intAttr.getInt();
711 parser.getContext(), lvlTypes, dimToLvl, lvlToDim, posWidth, crdWidth,
729 printer << ", posWidth = " << getPosWidth();
785 AffineMap dimToLvl, AffineMap lvlToDim, unsigned posWidth,
788 if (!acceptBitWidth(posWidth))
789 return emitError() << "unexpected position bitwidth: " << posWidth;