Searched refs:PyInferTypeOpInterface (Results 1 – 1 of 1) sorted by relevance
158 class PyInferTypeOpInterface class159 : public PyConcreteOpInterface<PyInferTypeOpInterface> {161 using PyConcreteOpInterface<PyInferTypeOpInterface>::PyConcreteOpInterface;230 cls.def("inferReturnTypes", &PyInferTypeOpInterface::inferReturnTypes, in bindDerived()238 void populateIRInterfaces(py::module &m) { PyInferTypeOpInterface::bind(m); } in populateIRInterfaces()