MLIR  19.0.0git
Public Attributes | List of all members
mlir::python::PyInferTypeOpInterface::AppendResultsCallbackData Struct Reference

C-style user-data structure for type appending callback. More...

Public Attributes

std::vector< PyType > & inferredTypes
 
PyMlirContextpyMlirContext
 

Detailed Description

C-style user-data structure for type appending callback.

Definition at line 260 of file IRInterfaces.cpp.

Member Data Documentation

◆ inferredTypes

std::vector<PyType>& mlir::python::PyInferTypeOpInterface::AppendResultsCallbackData::inferredTypes

◆ pyMlirContext

PyMlirContext& mlir::python::PyInferTypeOpInterface::AppendResultsCallbackData::pyMlirContext

Definition at line 262 of file IRInterfaces.cpp.


The documentation for this struct was generated from the following file: