Searched refs:createOpView (Results 1 – 3 of 3) sorted by relevance
143 return operation->createOpView(); in getOpView()
372 return returnOperation->createOpView(); in dunderNext()422 ->createOpView(); in dunderGetItem()1232 return created->createOpView(); in create()1241 return cloned->createOpView(); in clone()1244 py::object PyOperation::createOpView() { in createOpView() function in PyOperation1735 ->createOpView(); in dunderGetItem()2663 return operation.createOpView(); in populateIRCore()2702 .def_property_readonly("opview", &PyOperation::createOpView); in populateIRCore()2740 return self.getParentOperation()->createOpView(); in populateIRCore()2764 return self.getParentOperation()->createOpView(); in populateIRCore()
604 pybind11::object createOpView();