|
MLIR 22.0.0git
|
Wrapper around an shaped type components. More...
Public Member Functions | |
| PyShapedTypeComponents (MlirType elementType) | |
| PyShapedTypeComponents (nb::list shape, MlirType elementType) | |
| PyShapedTypeComponents (nb::list shape, MlirType elementType, MlirAttribute attribute) | |
| PyShapedTypeComponents (PyShapedTypeComponents &)=delete | |
| PyShapedTypeComponents (PyShapedTypeComponents &&other) noexcept | |
| nb::object | getCapsule () |
Static Public Member Functions | |
| static void | bind (nb::module_ &m) |
| static PyShapedTypeComponents | createFromCapsule (nb::object capsule) |
Wrapper around an shaped type components.
Definition at line 311 of file IRInterfaces.cpp.
|
inline |
Definition at line 313 of file IRInterfaces.cpp.
Referenced by bind(), createFromCapsule(), PyShapedTypeComponents(), and PyShapedTypeComponents().
|
inline |
Definition at line 314 of file IRInterfaces.cpp.
References true.
|
inline |
Definition at line 316 of file IRInterfaces.cpp.
References true.
|
delete |
References PyShapedTypeComponents().
|
inlinenoexcept |
Definition at line 321 of file IRInterfaces.cpp.
References PyShapedTypeComponents().
|
inlinestatic |
Definition at line 325 of file IRInterfaces.cpp.
References PyShapedTypeComponents().
Referenced by mlir::python::populateIRInterfaces().
|
static |
References PyShapedTypeComponents().
| nb::object mlir::python::PyShapedTypeComponents::getCapsule | ( | ) |