MLIR
20.0.0git
|
C-style user-data structure for type appending callback. More...
Public Attributes | |
std::vector< PyType > & | inferredTypes |
PyMlirContext & | pyMlirContext |
C-style user-data structure for type appending callback.
Definition at line 260 of file IRInterfaces.cpp.
std::vector<PyType>& mlir::python::PyInferTypeOpInterface::AppendResultsCallbackData::inferredTypes |
Definition at line 261 of file IRInterfaces.cpp.
Referenced by mlir::python::PyInferTypeOpInterface::appendResultsCallback().
PyMlirContext& mlir::python::PyInferTypeOpInterface::AppendResultsCallbackData::pyMlirContext |
Definition at line 262 of file IRInterfaces.cpp.