Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRInterfaces.cpp158 class PyInferTypeOpInterface class
159 : 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()