CIRCT 22.0.0git
|
#include "mlir-c/IR.h"
Go to the source code of this file.
Classes | |
struct | IgraphInstancePath |
Typedefs | |
typedef struct IgraphInstancePath | IgraphInstancePath |
Functions | |
MLIR_CAPI_EXPORTED MlirOperation | igraphInstancePathGet (IgraphInstancePath path, size_t index) |
MLIR_CAPI_EXPORTED size_t | igraphInstancePathSize (IgraphInstancePath path) |
typedef struct IgraphInstancePath IgraphInstancePath |
Definition at line 23 of file InstanceGraph.h.
MLIR_CAPI_EXPORTED MlirOperation igraphInstancePathGet | ( | IgraphInstancePath | path, |
size_t | index | ||
) |
Definition at line 43 of file InstanceGraph.cpp.
References assert(), IgraphInstancePath::ptr, unwrap(), and wrap().
MLIR_CAPI_EXPORTED size_t igraphInstancePathSize | ( | IgraphInstancePath | path | ) |
Definition at line 39 of file InstanceGraph.cpp.
References unwrap().