Home
last modified time | relevance | path

Searched refs:SparseIntType (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/mlir/test/lib/Transforms/
DTestSparsification.cpp76 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()
/external/llvm-project/mlir/include/mlir/Dialect/Linalg/Transforms/
DTransforms.h838 enum class SparseIntType { kNative, kI64, kI32 }; enum
844 SparseIntType pt, SparseIntType it) in SparsificationOptions()
850 SparseIntType::kNative, SparseIntType::kNative) {} in SparsificationOptions()
854 SparseIntType ptrType;
855 SparseIntType indType;
/external/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
DSparsification.cpp433 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()