MLIR 22.0.0git
NanobindUtils.h File Reference
#include "mlir-c/Support.h"
#include "mlir/Bindings/Python/Nanobind.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/ADT/Twine.h"
#include "llvm/Support/DataTypes.h"
#include "llvm/Support/raw_ostream.h"
#include <string>
#include <variant>

Go to the source code of this file.

Classes

struct  std::iterator_traits< nanobind::detail::fast_iterator >
class  mlir::python::Defaulting< DerivedTy, T >
 CRTP template for special wrapper types that are allowed to be passed in as 'None' function arguments and can be resolved by some global mechanic if so. More...
struct  nanobind::detail::MlirDefaultingCaster< DefaultingTy >
struct  mlir::PyPrintAccumulator
 Accumulates into a python string from a method that accepts an MlirStringCallback. More...
class  mlir::PyFileAccumulator
 Accumulates into a file, either writing text (default) or binary. More...
struct  mlir::PySinglePartStringAccumulator
 Accumulates into a python string from a method that is expected to make one (no more, no less) call to the callback (asserts internally on violation). More...
class  mlir::Sliceable< Derived, ElementTy >
 A CRTP base class for pseudo-containers willing to support Python-type slicing access on top of indexed access. More...
struct  llvm::DenseMapInfo< MlirTypeID >

Namespaces

namespace  mlir
 Include the generated interface declarations.
namespace  mlir::python
namespace  nanobind
namespace  nanobind::detail
namespace  llvm
 The OpAsmOpInterface, see OpAsmInterface.td for more details.