Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir-c/Dialect/
H A DSparseTensor.h59 mlirSparseTensorEncodingAttrGetDimLevelType(MlirAttribute attr, intptr_t pos);
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dsparse_tensor.c49 mlirSparseTensorEncodingAttrGetDimLevelType(originalAttr, i); in testRoundtripEncoding()
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DDialectSparseTensor.cpp49 mlirSparseTensorEncodingAttrGetDimLevelType(self, i)); in populateDialectSparseTensorSubmodule()
/llvm-project-15.0.7/mlir/lib/CAPI/Dialect/
H A DSparseTensor.cpp60 mlirSparseTensorEncodingAttrGetDimLevelType(MlirAttribute attr, intptr_t pos) { in mlirSparseTensorEncodingAttrGetDimLevelType() function