Home
last modified time | relevance | path

Searched refs:PyOpOperandList (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRCore.cpp2031 class PyOpOperandList : public Sliceable<PyOpOperandList, PyValue> { class
2035 PyOpOperandList(PyOperationRef operation, intptr_t startIndex = 0, in PyOpOperandList() function in __anon7f4419ab0511::PyOpOperandList
2049 c.def("__setitem__", &PyOpOperandList::dunderSetItem); in bindDerived()
2054 friend class Sliceable<PyOpOperandList, PyValue>;
2075 PyOpOperandList slice(intptr_t startIndex, intptr_t length, intptr_t step) { in slice()
2076 return PyOpOperandList(operation, startIndex, length, step); in slice()
2568 return PyOpOperandList( in populateIRCore()
3191 PyOpOperandList::bind(m); in populateIRCore()