Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparseTensorConversion.cpp916 Type indType = resType.cast<ShapedType>().getElementType(); in matchAndRewrite() local
917 SmallString<15> name{"sparseIndices", overheadTypeFunctionSuffix(indType)}; in matchAndRewrite()