Searched refs:SparseIntType (Results 1 – 3 of 3) sorted by relevance
76 linalg::SparseIntType typeOption(int32_t option) { in typeOption()79 return linalg::SparseIntType::kNative; in typeOption()81 return linalg::SparseIntType::kI64; in typeOption()83 return linalg::SparseIntType::kI32; in typeOption()
838 enum class SparseIntType { kNative, kI64, kI32 }; enum844 SparseIntType pt, SparseIntType it) in SparsificationOptions()850 SparseIntType::kNative, SparseIntType::kNative) {} in SparsificationOptions()854 SparseIntType ptrType;855 SparseIntType indType;
433 static Type genIntType(PatternRewriter &rewriter, linalg::SparseIntType tp) { in genIntType()435 case linalg::SparseIntType::kNative: in genIntType()437 case linalg::SparseIntType::kI64: in genIntType()439 case linalg::SparseIntType::kI32: in genIntType()