MLIR
20.0.0git
|
This is the complete list of members for mlir::python::PyOpView, including all inherited members.
buildGeneric(const pybind11::object &cls, std::optional< pybind11::list > resultTypeList, pybind11::list operandList, std::optional< pybind11::dict > attributes, std::optional< std::vector< PyBlock * >> successors, std::optional< int > regions, DefaultingPyLocation location, const pybind11::object &maybeIp) | mlir::python::PyOpView | static |
constructDerived(const pybind11::object &cls, const PyOperation &operation) | mlir::python::PyOpView | static |
getAsm(bool binary, std::optional< int64_t > largeElementsLimit, bool enableDebugInfo, bool prettyDebugInfo, bool printGenericOpForm, bool useLocalScope, bool assumeVerified, bool skipRegions) | mlir::python::PyOperationBase | |
getOperation() override | mlir::python::PyOpView | inlinevirtual |
getOperationObject() | mlir::python::PyOpView | inline |
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, bool skipRegions) | mlir::python::PyOperationBase | |
print(PyAsmState &state, py::object fileObject, bool binary) | mlir::python::PyOperationBase | |
PyOpView(const pybind11::object &operationObject) | mlir::python::PyOpView | |
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()=default | mlir::python::PyOperationBase | virtual |