Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir-c/Dialect/
H A DSparseTensor.h48 MLIR_CAPI_EXPORTED MlirAttribute mlirSparseTensorEncodingAttrGet(
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dsparse_tensor.c61 MlirAttribute newAttr = mlirSparseTensorEncodingAttrGet( in testRoundtripEncoding()
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DDialectSparseTensor.cpp32 return cls(mlirSparseTensorEncodingAttrGet( in populateDialectSparseTensorSubmodule()
/llvm-project-15.0.7/mlir/lib/CAPI/Dialect/
H A DSparseTensor.cpp37 MlirAttribute mlirSparseTensorEncodingAttrGet( in mlirSparseTensorEncodingAttrGet() function