Struct TfLiteQnnDelegateOpPackageInfo

Struct Documentation

struct TfLiteQnnDelegateOpPackageInfo

Structure containing the information needed to register and use an op package with QNN.

Public Members

const char *op_package_name

The name of the op package.

const char *op_package_path

The path on disk to the op package library.

const char *interface_provider

The name of a function in the op package library which satisfies the QnnOpPackage_InterfaceProvider_t interface.

const char *target

The target which this op package library was compiled for.

int num_ops_map

Number of elements in the TfLiteQnnDelegateOpPackageInfo.ops_map array.

TfLiteQnnDelegateOpPackageOpMap *ops_map

An array of TfLiteQnnDelegateOpPackageOpMap structures.