Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparseTensorConversion.cpp825 bool isCOOConstant = indicesValues.has_value(); in matchAndRewrite() local
828 if (isCOOConstant) { in matchAndRewrite()
848 if (isCOOConstant) in matchAndRewrite()