MLIR  19.0.0git
Functions
DialectSparseTensor.cpp File Reference
#include "mlir-c/AffineMap.h"
#include "mlir-c/Dialect/SparseTensor.h"
#include "mlir-c/IR.h"
#include "mlir/Bindings/Python/PybindAdaptors.h"
#include <optional>
#include <pybind11/cast.h>
#include <pybind11/detail/common.h>
#include <pybind11/pybind11.h>
#include <pybind11/pytypes.h>
#include <vector>

Go to the source code of this file.

Functions

static void populateDialectSparseTensorSubmodule (const py::module &m)
 
 PYBIND11_MODULE (_mlirDialectsSparseTensor, m)
 

Function Documentation

◆ populateDialectSparseTensorSubmodule()

static void populateDialectSparseTensorSubmodule ( const py::module &  m)
static

◆ PYBIND11_MODULE()

PYBIND11_MODULE ( _mlirDialectsSparseTensor  ,
 
)

Definition at line 145 of file DialectSparseTensor.cpp.

References populateDialectSparseTensorSubmodule().