Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/CAPI/Dialect/
H A DSparseTensor.cpp41 SmallVector<SparseTensorEncodingAttr::DimLevelType> cppDimLevelTypes; in mlirSparseTensorEncodingAttrGet() local
42 cppDimLevelTypes.resize(numDimLevelTypes); in mlirSparseTensorEncodingAttrGet()
44 cppDimLevelTypes[i] = in mlirSparseTensorEncodingAttrGet()
46 return wrap(SparseTensorEncodingAttr::get(unwrap(ctx), cppDimLevelTypes, in mlirSparseTensorEncodingAttrGet()