MLIR
17.0.0git
|
#include "mlir-c/Dialect/SparseTensor.h"
#include "mlir-c/IR.h"
#include "mlir/Bindings/Python/PybindAdaptors.h"
#include <optional>
Go to the source code of this file.
Functions | |
static void | populateDialectSparseTensorSubmodule (const py::module &m) |
PYBIND11_MODULE (_mlirDialectsSparseTensor, m) | |
|
static |
Definition at line 19 of file DialectSparseTensor.cpp.
References mlir::python::adaptors::pure_subclass::def_classmethod(), mlir::python::adaptors::pure_subclass::def_property_readonly(), MLIR_SPARSE_TENSOR_DIM_LEVEL_COMPRESSED, MLIR_SPARSE_TENSOR_DIM_LEVEL_COMPRESSED_NO, MLIR_SPARSE_TENSOR_DIM_LEVEL_COMPRESSED_NU, MLIR_SPARSE_TENSOR_DIM_LEVEL_COMPRESSED_NU_NO, MLIR_SPARSE_TENSOR_DIM_LEVEL_DENSE, MLIR_SPARSE_TENSOR_DIM_LEVEL_SINGLETON, MLIR_SPARSE_TENSOR_DIM_LEVEL_SINGLETON_NO, MLIR_SPARSE_TENSOR_DIM_LEVEL_SINGLETON_NU, MLIR_SPARSE_TENSOR_DIM_LEVEL_SINGLETON_NU_NO, mlirAffineMapIsNull(), mlirAttributeIsASparseTensorEncodingAttr(), mlirSparseTensorEncodingAttrGet(), mlirSparseTensorEncodingAttrGetCrdWidth(), mlirSparseTensorEncodingAttrGetDimLevelType(), mlirSparseTensorEncodingAttrGetDimOrdering(), mlirSparseTensorEncodingAttrGetHigherOrdering(), mlirSparseTensorEncodingAttrGetPosWidth(), and mlirSparseTensorEncodingGetLvlRank().
Referenced by PYBIND11_MODULE().
PYBIND11_MODULE | ( | _mlirDialectsSparseTensor | , |
m | |||
) |
Definition at line 85 of file DialectSparseTensor.cpp.
References populateDialectSparseTensorSubmodule().