Struct TfLiteQnnDelegateSkipOption¶
Defined in File QnnTFLiteDelegate.h
Struct Documentation¶
-
struct TfLiteQnnDelegateSkipOption¶
Public Members
-
const int *skip_delegate_ops¶
Set ops not to be delegated manually based on the op id(s). To obtain all the op ids, please refer to tensorflow/lite/builtin_ops.h. Notice that we skip all of with the types specified in the skip_delegate_ops array. For example, if you set skip to include SquaredDifference, all instances of SquaredDifference ops in the model will not be delegated.
-
uint32_t skip_delegate_ops_nr¶
Indicates the length of skip_delegate_ops array.
-
const int *skip_delegate_node_ids¶
Set node IDs not to be delegated. Node id can be obtained by node’s location information in .tflite.
-
uint32_t skip_delegate_node_ids_nr¶
Indicates the length of skip_delegate_node_ids array.
-
const int *skip_delegate_ops¶