Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir-c/Dialect/
H A DSparseTensor.h45 mlirAttributeIsASparseTensorEncodingAttr(MlirAttribute attr);
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dsparse_tensor.c36 mlirAttributeIsASparseTensorEncodingAttr(originalAttr)); in testRoundtripEncoding()
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DDialectSparseTensor.cpp25 mlirAttributeIsASparseTensorEncodingAttr) in populateDialectSparseTensorSubmodule()
/llvm-project-15.0.7/mlir/lib/CAPI/Dialect/
H A DSparseTensor.cpp33 bool mlirAttributeIsASparseTensorEncodingAttr(MlirAttribute attr) { in mlirAttributeIsASparseTensorEncodingAttr() function