MLIR  19.0.0git
mlir::python::PyOperationBase Member List

This is the complete list of members for mlir::python::PyOperationBase, including all inherited members.

getAsm(bool binary, std::optional< int64_t > largeElementsLimit, bool enableDebugInfo, bool prettyDebugInfo, bool printGenericOpForm, bool useLocalScope, bool assumeVerified)mlir::python::PyOperationBase
getOperation()=0mlir::python::PyOperationBasepure virtual
moveAfter(PyOperationBase &other)mlir::python::PyOperationBase
moveBefore(PyOperationBase &other)mlir::python::PyOperationBase
print(std::optional< int64_t > largeElementsLimit, bool enableDebugInfo, bool prettyDebugInfo, bool printGenericOpForm, bool useLocalScope, bool assumeVerified, py::object fileObject, bool binary)mlir::python::PyOperationBase
print(PyAsmState &state, py::object fileObject, bool binary)mlir::python::PyOperationBase
verify()mlir::python::PyOperationBase
walk(std::function< MlirWalkResult(MlirOperation)> callback, MlirWalkOrder walkOrder)mlir::python::PyOperationBase
writeBytecode(const pybind11::object &fileObject, std::optional< int64_t > bytecodeVersion)mlir::python::PyOperationBase
~PyOperationBase()=defaultmlir::python::PyOperationBasevirtual