Enum QnnHtaBackend_Features_t

Enum Documentation

enum QnnHtaBackend_Features_t

Values:

enumerator QNN_HTA_FOLD_RELU_ACTIVATION_INTO_CONV_OFF = 1 << 0

The accelerator will always attempt to fold relu activation into the immediate preceding convolution operation. This optimization is correct when quantization ranges for convolution are equal or subset of the Relu operation. For graphs, where this cannot be guranteed, the client should set this flag

enumerator QNN_HTA_BACKEND_FEATURES_UNKNOWN = 0x7fffffff

UNKNOWN enum event that must not be used.