File QnnAipOpPackage.h

Parent directory (include/QNN/AIP)

Definition (include/QNN/AIP/QnnAipOpPackage.h)

Includes

Full File Listing

struct QnnDspOpPackage_GlobalInfrastructure_t
#include <QnnAipOpPackage.h>

A struct which defines the Global infrastructure.

Public Members

Udo_DspGlobalInfrastructure_t *dspGlobalInfra

include the UdoMalloc, UdoFree and so on

struct QnnDspOpPackage_OperationInfo_t
#include <QnnAipOpPackage.h>

A struct which defines the operation info.

Public Members

char *opType
uint32_t numOfStaticParams
uint32_t numOfInputs
uint32_t numOfOutputs
Udo_CreateOpFactoryFunction_t createOpFactory
Udo_CreateOperationFunction_t createOperation
Udo_ExecuteOpFunction_t executeOp
Udo_ReleaseOpFunction_t releaseOp
Udo_ReleaseOpFactoryFunction_t releaseOpFactory
Udo_ValidateOperationFunction_t validateOp
Udo_QueryOperationFunction_t queryOp