12 #ifndef ONNX_MLIR_OMTENSORLIST_H 13 #define ONNX_MLIR_OMTENSORLIST_H 85 #endif // ONNX_MLIR_OMTENSORLIST_H struct OMTensorList OMTensorList
Definition: OMTensorList.h:20
int omTensorListGetSize(OMTensorList *list)
OMTensorList size getter.
OMTensorList * omTensorListCreate(OMTensor **tensors, int n)
OMTensorList creator.
struct OMTensor OMTensor
Definition: OMTensor.h:52
void omTensorListDestroy(OMTensorList *list)
OMTensorList destroyer.
OMTensor * omTensorListGetOmtByIndex(OMTensorList *list, size_t index)
OMTensorList OMTensor getter by index.
OMTensor ** omTensorListGetOmtArray(OMTensorList *list)
OMTensorList OMTensor array getter.