You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to run inference for model which uses quantization with all int16 precision ops, using QNN EP, I get initialization errors (below) which seems to originate from many unsupported int16 operations. According to QNN docs, int16 operations are supported.
The model is trained in Tensorflow 2, then converted to ONNX using TF2ONNX.
Framework ONNX 1.19.0
QNN.backendValidateOpConfig() failed for node LeakyRelu__26 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__27 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/strided_slice_7 of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__28 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__29 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/strided_slice_3 of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__30 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__31 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__32 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/enh00/resnet0/strided_slice of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__33 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__34 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/enh00/resnet0/add of type ElementWiseAdd with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__35 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__36 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/enh00/resnet1/strided_slice of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/enh00/resnet1/add of type ElementWiseAdd with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__37 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__38 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/enh00/resnet2/strided_slice of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/enh00/resnet2/add of type ElementWiseAdd with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__39 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__40 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/enh00/resnet3/strided_slice of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/enh00/resnet3/add of type ElementWiseAdd with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__41 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__42 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__43 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/enh01/resnet0/strided_slice of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/enh01/resnet0/add of type ElementWiseAdd with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__44 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__45 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/enh01/resnet1/strided_slice of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/enh01/resnet1/add of type ElementWiseAdd with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__46 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__47 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/enh01/resnet2/strided_slice of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/enh01/resnet2/add of type ElementWiseAdd with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__48 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__49 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/enh01/resnet3/strided_slice of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/enh01/resnet3/add of type ElementWiseAdd with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__50 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/enh02/resnet0/strided_slice of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__51 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__52 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/enh02/resnet0/add of type ElementWiseAdd with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__53 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__54 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/enh02/resnet1/strided_slice of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/enh02/resnet1/add of type ElementWiseAdd with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__55 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__56 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/enh02/resnet2/strided_slice of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/enh02/resnet2/add of type ElementWiseAdd with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__57 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__58 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/enh02/resnet3/strided_slice of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/enh02/resnet3/add of type ElementWiseAdd with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__59 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__60 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__61 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/enh03/resnet0/strided_slice of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/enh03/resnet0/add of type ElementWiseAdd with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__62 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__63 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/enh03/resnet1/strided_slice of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/enh03/resnet1/add of type ElementWiseAdd with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__64 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__65 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/enh03/resnet2/strided_slice of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/enh03/resnet2/add of type ElementWiseAdd with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__66 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__67 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/enh03/resnet3/strided_slice of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/enh03/resnet3/add of type ElementWiseAdd with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__68 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/strided_slice of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/strided_slice_1 of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/add of type ElementWiseAdd with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__71 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/strided_slice_2 of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/add_1 of type ElementWiseAdd with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__73 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/strided_slice_4 of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/strided_slice_5 of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/add_2 of type ElementWiseAdd with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__75 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/strided_slice_6 of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/add_3 of type ElementWiseAdd with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__77 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/strided_slice_8 of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/strided_slice_9 of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/add_4 of type ElementWiseAdd with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__79 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/strided_slice_10 of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__81 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/strided_slice_11 of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/strided_slice_12 of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/strided_slice_13 of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/Pad_7 of type Pad with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/strided_slice_14 of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__69 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/strided_slice_15 of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__70 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/strided_slice_16 of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__72 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/strided_slice_17 of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__74 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/strided_slice_18 of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__76 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/strided_slice_19 of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__78 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/strided_slice_20 of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__80 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/strided_slice_21 of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/Pad_8 of type Pad with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/add_5 of type ElementWiseAdd with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/out_dec_buf_1/strided_slice of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/out_dec_buf_3/strided_slice of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/out_dec_buf_5/strided_slice of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/out_enh_buf_3/strided_slice of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/out_enh_buf_1/strided_slice of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/out_enc_buf_6/strided_slice of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/out_enc_buf_4/strided_slice of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/out_enc_buf_2/strided_slice of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/out_enc_buf_1/strided_slice of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/out_enc_buf_0/strided_slice of type StridedSlice with error code 3110
QNN EP does not support a single Quantize/Dequantize node in a partition.
Unsupported nodes in QNN EP: { name: LeakyRelu__26, type: LeakyRelu }{ name: LeakyRelu__27, type: LeakyRelu }{ name: StatefulPartitionedCall/model_v23_1/strided_slice_7, type: Slice }{ name: LeakyRelu__28, type: LeakyRelu }{ name: LeakyRelu__29, type: LeakyRelu }{ name: StatefulPartitionedCall/model_v23_1/strided_slice_3, type: Slice }{ name: LeakyRelu__30, type: LeakyRelu }{ name: LeakyRelu__31, type: LeakyRelu }{ name: LeakyRelu__32, type: LeakyRelu }{ name: StatefulPartitionedCall/model_v23_1/enh00/resnet0/strided_slice, type: Slice }{ name: LeakyRelu__33, type: LeakyRelu }{ name: LeakyRelu__34, type: LeakyRelu }{ name: StatefulPartitionedCall/model_v23_1/enh00/resnet0/add, type: Add }{ name: LeakyRelu__35, type: LeakyRelu }{ name: LeakyRelu__36, type: LeakyRelu }{ name: StatefulPartitionedCall/model_v23_1/enh00/resnet1/strided_slice, type: Slice }{ name: StatefulPartitionedCall/model_v23_1/enh00/resnet1/add, type: Add }{ name: LeakyRelu__37, type: LeakyRelu }{ name: LeakyRelu__38, ty
QNN.backendValidateOpConfig() failed for node Conv of type Conv2d with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__26 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node Conv_token_167 of type Conv2d with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__27 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node Conv_token_173 of type Conv2d with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__28 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node Conv_token_179 of type Conv2d with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__29 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node Conv_token_185 of type Conv2d with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__30 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node Conv_token_191 of type Conv2d with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__31 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node Conv_token_197 of type Conv2d with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__32 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/enh00/resnet0/strided_slice of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node Conv_token_200 of type Conv2d with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__33 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node Conv_token_206 of type Conv2d with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__34 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/enh00/resnet0/add of type ElementWiseAdd with error code 3110
QNN.backendValidateOpConfig() failed for node Conv_token_212 of type Conv2d with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__35 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node Conv_token_218 of type Conv2d with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__36 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/enh00/resnet1/strided_slice of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/enh00/resnet1/add of type ElementWiseAdd with error code 3110
QNN.backendValidateOpConfig() failed for node Conv_token_224 of type Conv2d with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__37 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node Conv_token_230 of type Conv2d with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__38 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/enh00/resnet2/strided_slice of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/enh00/resnet2/add of type ElementWiseAdd with error code 3110
QNN.backendValidateOpConfig() failed for node Conv_token_236 of type Conv2d with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__39 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node Conv_token_242 of type Conv2d with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__40 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/enh00/resnet3/strided_slice of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/enh00/resnet3/add of type ElementWiseAdd with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__41 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node Conv_token_248 of type Conv2d with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__42 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node Conv_token_254 of type Conv2d with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__43 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/enh01/resnet0/strided_slice of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/enh01/resnet0/add of type ElementWiseAdd with error code 3110
QNN.backendValidateOpConfig() failed for node Conv_token_260 of type Conv2d with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__44 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node Conv_token_266 of type Conv2d with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__45 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/enh01/resnet1/strided_slice of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/enh01/resnet1/add of type ElementWiseAdd with error code 3110
QNN.backendValidateOpConfig() failed for node Conv_token_272 of type Conv2d with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__46 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node Conv_token_278 of type Conv2d with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__47 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/enh01/resnet2/strided_slice of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/enh01/resnet2/add of type ElementWiseAdd with error code 3110
QNN.backendValidateOpConfig() failed for node Conv_token_284 of type Conv2d with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__48 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node Conv_token_290 of type Conv2d with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__49 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/enh01/resnet3/strided_slice of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/enh01/resnet3/add of type ElementWiseAdd with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__50 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/enh02/resnet0/strided_slice of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node Conv_token_293 of type Conv2d with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__51 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node Conv_token_299 of type Conv2d with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__52 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/enh02/resnet0/add of type ElementWiseAdd with error code 3110
QNN.backendValidateOpConfig() failed for node Conv_token_305 of type Conv2d with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__53 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node Conv_token_311 of type Conv2d with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__54 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/enh02/resnet1/strided_slice of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/enh02/resnet1/add of type ElementWiseAdd with error code 3110
QNN.backendValidateOpConfig() failed for node Conv_token_317 of type Conv2d with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__55 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node Conv_token_323 of type Conv2d with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__56 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/enh02/resnet2/strided_slice of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/enh02/resnet2/add of type ElementWiseAdd with error code 3110
QNN.backendValidateOpConfig() failed for node Conv_token_329 of type Conv2d with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__57 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node Conv_token_335 of type Conv2d with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__58 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/enh02/resnet3/strided_slice of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/enh02/resnet3/add of type ElementWiseAdd with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__59 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node Conv_token_341 of type Conv2d with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__60 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node Conv_token_347 of type Conv2d with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__61 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/enh03/resnet0/strided_slice of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/enh03/resnet0/add of type ElementWiseAdd with error code 3110
QNN.backendValidateOpConfig() failed for node Conv_token_353 of type Conv2d with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__62 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node Conv_token_359 of type Conv2d with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__63 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/enh03/resnet1/strided_slice of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/enh03/resnet1/add of type ElementWiseAdd with error code 3110
QNN.backendValidateOpConfig() failed for node Conv_token_365 of type Conv2d with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__64 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node Conv_token_371 of type Conv2d with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__65 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/enh03/resnet2/strided_slice of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/enh03/resnet2/add of type ElementWiseAdd with error code 3110
QNN.backendValidateOpConfig() failed for node Conv_token_377 of type Conv2d with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__66 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node Conv_token_383 of type Conv2d with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__67 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/enh03/resnet3/strided_slice of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/enh03/resnet3/add of type ElementWiseAdd with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__68 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node Conv_token_389 of type Conv2d with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/strided_slice of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/strided_slice_1 of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/add of type ElementWiseAdd with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__71 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node Conv_token_395 of type Conv2d with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/strided_slice_2 of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/strided_slice_3 of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/add_1 of type ElementWiseAdd with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__73 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node Conv_token_401 of type Conv2d with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/strided_slice_4 of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/strided_slice_5 of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/add_2 of type ElementWiseAdd with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__75 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node Conv_token_407 of type Conv2d with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/strided_slice_6 of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/strided_slice_7 of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/add_3 of type ElementWiseAdd with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__77 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node Conv_token_413 of type Conv2d with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/strided_slice_8 of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/strided_slice_9 of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/add_4 of type ElementWiseAdd with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__79 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node Conv_token_419 of type Conv2d with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/strided_slice_10 of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__81 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node Conv_token_425 of type Conv2d with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/strided_slice_11 of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/strided_slice_12 of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/strided_slice_13 of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/Pad_7 of type Pad with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/strided_slice_14 of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__69 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node Conv_token_431 of type Conv2d with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/strided_slice_15 of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__70 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node Conv_token_437 of type Conv2d with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/strided_slice_16 of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__72 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node Conv_token_443 of type Conv2d with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/strided_slice_17 of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__74 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node Conv_token_449 of type Conv2d with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/strided_slice_18 of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__76 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node Conv_token_455 of type Conv2d with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/strided_slice_19 of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__78 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node Conv_token_461 of type Conv2d with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/strided_slice_20 of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node LeakyRelu__80 of type Prelu with error code 3110
QNN.backendValidateOpConfig() failed for node Conv_token_467 of type Conv2d with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/strided_slice_21 of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/Pad_8 of type Pad with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/add_5 of type ElementWiseAdd with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/out_dec_buf_1/strided_slice of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/out_dec_buf_3/strided_slice of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/out_dec_buf_5/strided_slice of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/out_enh_buf_3/strided_slice of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/out_enh_buf_1/strided_slice of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/out_enc_buf_6/strided_slice of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/out_enc_buf_4/strided_slice of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/out_enc_buf_2/strided_slice of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/out_enc_buf_1/strided_slice of type StridedSlice with error code 3110
QNN.backendValidateOpConfig() failed for node StatefulPartitionedCall/model_v23_1/out_enc_buf_0/strided_slice of type StridedSlice with error code 3110
QNN EP does not support a single Quantize/Dequantize node in a partition.
QNN EP does not support a single Quantize/Dequantize node in a partition.
Unsupported nodes in QNN EP: { name: Conv, type: Conv }{ name: LeakyRelu__26, type: LeakyRelu }{ name: Conv_token_167, type: Conv }{ name: LeakyRelu__27, type: LeakyRelu }{ name: Conv_token_173, type: Conv }{ name: LeakyRelu__28, type: LeakyRelu }{ name: Conv_token_179, type: Conv }{ name: LeakyRelu__29, type: LeakyRelu }{ name: Conv_token_185, type: Conv }{ name: LeakyRelu__30, type: LeakyRelu }{ name: Conv_token_191, type: Conv }{ name: LeakyRelu__31, type: LeakyRelu }{ name: Conv_token_197, type: Conv }{ name: LeakyRelu__32, type: LeakyRelu }{ name: StatefulPartitionedCall/model_v23_1/enh00/resnet0/strided_slice, type: Slice }{ name: Conv_token_200, type: Conv }{ name: LeakyRelu__33, type: LeakyRelu }{ name: Conv_token_206, type: Conv }{ name: LeakyRelu__34, type: LeakyRelu }{ name: StatefulPartitionedCall/model_v23_1/enh00/resnet0/add, type: Add }{ name: Conv_token_212, type: Conv }{ name: LeakyRelu__35, type: LeakyRelu }{ name: Conv_token_218, type: Conv }{ name: LeakyRelu__36, type
Skip invalid vtcm_mb: 0
failed to initialize onnx model
The text was updated successfully, but these errors were encountered:
When I try to run inference for model which uses quantization with all int16 precision ops, using QNN EP, I get initialization errors (below) which seems to originate from many unsupported int16 operations. According to QNN docs, int16 operations are supported.
The model is trained in Tensorflow 2, then converted to ONNX using TF2ONNX.
Framework ONNX 1.19.0
QNN.backendValidateOpConfig() failed for node
LeakyRelu__26
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__27
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/strided_slice_7
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__28
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__29
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/strided_slice_3
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__30
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__31
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__32
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/enh00/resnet0/strided_slice
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__33
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__34
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/enh00/resnet0/add
of typeElementWiseAdd
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__35
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__36
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/enh00/resnet1/strided_slice
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/enh00/resnet1/add
of typeElementWiseAdd
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__37
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__38
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/enh00/resnet2/strided_slice
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/enh00/resnet2/add
of typeElementWiseAdd
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__39
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__40
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/enh00/resnet3/strided_slice
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/enh00/resnet3/add
of typeElementWiseAdd
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__41
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__42
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__43
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/enh01/resnet0/strided_slice
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/enh01/resnet0/add
of typeElementWiseAdd
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__44
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__45
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/enh01/resnet1/strided_slice
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/enh01/resnet1/add
of typeElementWiseAdd
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__46
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__47
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/enh01/resnet2/strided_slice
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/enh01/resnet2/add
of typeElementWiseAdd
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__48
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__49
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/enh01/resnet3/strided_slice
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/enh01/resnet3/add
of typeElementWiseAdd
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__50
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/enh02/resnet0/strided_slice
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__51
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__52
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/enh02/resnet0/add
of typeElementWiseAdd
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__53
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__54
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/enh02/resnet1/strided_slice
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/enh02/resnet1/add
of typeElementWiseAdd
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__55
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__56
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/enh02/resnet2/strided_slice
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/enh02/resnet2/add
of typeElementWiseAdd
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__57
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__58
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/enh02/resnet3/strided_slice
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/enh02/resnet3/add
of typeElementWiseAdd
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__59
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__60
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__61
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/enh03/resnet0/strided_slice
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/enh03/resnet0/add
of typeElementWiseAdd
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__62
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__63
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/enh03/resnet1/strided_slice
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/enh03/resnet1/add
of typeElementWiseAdd
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__64
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__65
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/enh03/resnet2/strided_slice
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/enh03/resnet2/add
of typeElementWiseAdd
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__66
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__67
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/enh03/resnet3/strided_slice
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/enh03/resnet3/add
of typeElementWiseAdd
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__68
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/strided_slice
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/strided_slice_1
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/add
of typeElementWiseAdd
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__71
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/strided_slice_2
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/add_1
of typeElementWiseAdd
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__73
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/strided_slice_4
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/strided_slice_5
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/add_2
of typeElementWiseAdd
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__75
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/strided_slice_6
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/add_3
of typeElementWiseAdd
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__77
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/strided_slice_8
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/strided_slice_9
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/add_4
of typeElementWiseAdd
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__79
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/strided_slice_10
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__81
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/strided_slice_11
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/strided_slice_12
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/strided_slice_13
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/Pad_7
of typePad
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/strided_slice_14
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__69
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/strided_slice_15
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__70
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/strided_slice_16
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__72
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/strided_slice_17
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__74
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/strided_slice_18
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__76
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/strided_slice_19
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__78
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/strided_slice_20
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__80
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/strided_slice_21
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/Pad_8
of typePad
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/add_5
of typeElementWiseAdd
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/out_dec_buf_1/strided_slice
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/out_dec_buf_3/strided_slice
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/out_dec_buf_5/strided_slice
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/out_enh_buf_3/strided_slice
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/out_enh_buf_1/strided_slice
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/out_enc_buf_6/strided_slice
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/out_enc_buf_4/strided_slice
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/out_enc_buf_2/strided_slice
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/out_enc_buf_1/strided_slice
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/out_enc_buf_0/strided_slice
of typeStridedSlice
with error code 3110QNN EP does not support a single Quantize/Dequantize node in a partition.
Unsupported nodes in QNN EP: { name: LeakyRelu__26, type: LeakyRelu }{ name: LeakyRelu__27, type: LeakyRelu }{ name: StatefulPartitionedCall/model_v23_1/strided_slice_7, type: Slice }{ name: LeakyRelu__28, type: LeakyRelu }{ name: LeakyRelu__29, type: LeakyRelu }{ name: StatefulPartitionedCall/model_v23_1/strided_slice_3, type: Slice }{ name: LeakyRelu__30, type: LeakyRelu }{ name: LeakyRelu__31, type: LeakyRelu }{ name: LeakyRelu__32, type: LeakyRelu }{ name: StatefulPartitionedCall/model_v23_1/enh00/resnet0/strided_slice, type: Slice }{ name: LeakyRelu__33, type: LeakyRelu }{ name: LeakyRelu__34, type: LeakyRelu }{ name: StatefulPartitionedCall/model_v23_1/enh00/resnet0/add, type: Add }{ name: LeakyRelu__35, type: LeakyRelu }{ name: LeakyRelu__36, type: LeakyRelu }{ name: StatefulPartitionedCall/model_v23_1/enh00/resnet1/strided_slice, type: Slice }{ name: StatefulPartitionedCall/model_v23_1/enh00/resnet1/add, type: Add }{ name: LeakyRelu__37, type: LeakyRelu }{ name: LeakyRelu__38, ty
QNN.backendValidateOpConfig() failed for node
Conv
of typeConv2d
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__26
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
Conv_token_167
of typeConv2d
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__27
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
Conv_token_173
of typeConv2d
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__28
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
Conv_token_179
of typeConv2d
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__29
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
Conv_token_185
of typeConv2d
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__30
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
Conv_token_191
of typeConv2d
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__31
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
Conv_token_197
of typeConv2d
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__32
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/enh00/resnet0/strided_slice
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
Conv_token_200
of typeConv2d
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__33
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
Conv_token_206
of typeConv2d
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__34
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/enh00/resnet0/add
of typeElementWiseAdd
with error code 3110QNN.backendValidateOpConfig() failed for node
Conv_token_212
of typeConv2d
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__35
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
Conv_token_218
of typeConv2d
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__36
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/enh00/resnet1/strided_slice
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/enh00/resnet1/add
of typeElementWiseAdd
with error code 3110QNN.backendValidateOpConfig() failed for node
Conv_token_224
of typeConv2d
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__37
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
Conv_token_230
of typeConv2d
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__38
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/enh00/resnet2/strided_slice
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/enh00/resnet2/add
of typeElementWiseAdd
with error code 3110QNN.backendValidateOpConfig() failed for node
Conv_token_236
of typeConv2d
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__39
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
Conv_token_242
of typeConv2d
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__40
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/enh00/resnet3/strided_slice
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/enh00/resnet3/add
of typeElementWiseAdd
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__41
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
Conv_token_248
of typeConv2d
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__42
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
Conv_token_254
of typeConv2d
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__43
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/enh01/resnet0/strided_slice
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/enh01/resnet0/add
of typeElementWiseAdd
with error code 3110QNN.backendValidateOpConfig() failed for node
Conv_token_260
of typeConv2d
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__44
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
Conv_token_266
of typeConv2d
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__45
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/enh01/resnet1/strided_slice
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/enh01/resnet1/add
of typeElementWiseAdd
with error code 3110QNN.backendValidateOpConfig() failed for node
Conv_token_272
of typeConv2d
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__46
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
Conv_token_278
of typeConv2d
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__47
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/enh01/resnet2/strided_slice
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/enh01/resnet2/add
of typeElementWiseAdd
with error code 3110QNN.backendValidateOpConfig() failed for node
Conv_token_284
of typeConv2d
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__48
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
Conv_token_290
of typeConv2d
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__49
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/enh01/resnet3/strided_slice
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/enh01/resnet3/add
of typeElementWiseAdd
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__50
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/enh02/resnet0/strided_slice
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
Conv_token_293
of typeConv2d
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__51
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
Conv_token_299
of typeConv2d
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__52
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/enh02/resnet0/add
of typeElementWiseAdd
with error code 3110QNN.backendValidateOpConfig() failed for node
Conv_token_305
of typeConv2d
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__53
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
Conv_token_311
of typeConv2d
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__54
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/enh02/resnet1/strided_slice
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/enh02/resnet1/add
of typeElementWiseAdd
with error code 3110QNN.backendValidateOpConfig() failed for node
Conv_token_317
of typeConv2d
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__55
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
Conv_token_323
of typeConv2d
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__56
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/enh02/resnet2/strided_slice
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/enh02/resnet2/add
of typeElementWiseAdd
with error code 3110QNN.backendValidateOpConfig() failed for node
Conv_token_329
of typeConv2d
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__57
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
Conv_token_335
of typeConv2d
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__58
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/enh02/resnet3/strided_slice
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/enh02/resnet3/add
of typeElementWiseAdd
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__59
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
Conv_token_341
of typeConv2d
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__60
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
Conv_token_347
of typeConv2d
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__61
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/enh03/resnet0/strided_slice
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/enh03/resnet0/add
of typeElementWiseAdd
with error code 3110QNN.backendValidateOpConfig() failed for node
Conv_token_353
of typeConv2d
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__62
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
Conv_token_359
of typeConv2d
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__63
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/enh03/resnet1/strided_slice
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/enh03/resnet1/add
of typeElementWiseAdd
with error code 3110QNN.backendValidateOpConfig() failed for node
Conv_token_365
of typeConv2d
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__64
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
Conv_token_371
of typeConv2d
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__65
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/enh03/resnet2/strided_slice
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/enh03/resnet2/add
of typeElementWiseAdd
with error code 3110QNN.backendValidateOpConfig() failed for node
Conv_token_377
of typeConv2d
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__66
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
Conv_token_383
of typeConv2d
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__67
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/enh03/resnet3/strided_slice
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/enh03/resnet3/add
of typeElementWiseAdd
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__68
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
Conv_token_389
of typeConv2d
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/strided_slice
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/strided_slice_1
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/add
of typeElementWiseAdd
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__71
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
Conv_token_395
of typeConv2d
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/strided_slice_2
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/strided_slice_3
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/add_1
of typeElementWiseAdd
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__73
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
Conv_token_401
of typeConv2d
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/strided_slice_4
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/strided_slice_5
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/add_2
of typeElementWiseAdd
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__75
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
Conv_token_407
of typeConv2d
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/strided_slice_6
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/strided_slice_7
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/add_3
of typeElementWiseAdd
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__77
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
Conv_token_413
of typeConv2d
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/strided_slice_8
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/strided_slice_9
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/add_4
of typeElementWiseAdd
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__79
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
Conv_token_419
of typeConv2d
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/strided_slice_10
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__81
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
Conv_token_425
of typeConv2d
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/strided_slice_11
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/strided_slice_12
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/strided_slice_13
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/Pad_7
of typePad
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/strided_slice_14
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__69
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
Conv_token_431
of typeConv2d
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/strided_slice_15
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__70
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
Conv_token_437
of typeConv2d
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/strided_slice_16
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__72
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
Conv_token_443
of typeConv2d
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/strided_slice_17
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__74
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
Conv_token_449
of typeConv2d
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/strided_slice_18
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__76
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
Conv_token_455
of typeConv2d
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/strided_slice_19
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__78
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
Conv_token_461
of typeConv2d
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/strided_slice_20
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
LeakyRelu__80
of typePrelu
with error code 3110QNN.backendValidateOpConfig() failed for node
Conv_token_467
of typeConv2d
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/strided_slice_21
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/Pad_8
of typePad
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/add_5
of typeElementWiseAdd
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/out_dec_buf_1/strided_slice
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/out_dec_buf_3/strided_slice
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/out_dec_buf_5/strided_slice
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/out_enh_buf_3/strided_slice
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/out_enh_buf_1/strided_slice
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/out_enc_buf_6/strided_slice
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/out_enc_buf_4/strided_slice
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/out_enc_buf_2/strided_slice
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/out_enc_buf_1/strided_slice
of typeStridedSlice
with error code 3110QNN.backendValidateOpConfig() failed for node
StatefulPartitionedCall/model_v23_1/out_enc_buf_0/strided_slice
of typeStridedSlice
with error code 3110QNN EP does not support a single Quantize/Dequantize node in a partition.
QNN EP does not support a single Quantize/Dequantize node in a partition.
Unsupported nodes in QNN EP: { name: Conv, type: Conv }{ name: LeakyRelu__26, type: LeakyRelu }{ name: Conv_token_167, type: Conv }{ name: LeakyRelu__27, type: LeakyRelu }{ name: Conv_token_173, type: Conv }{ name: LeakyRelu__28, type: LeakyRelu }{ name: Conv_token_179, type: Conv }{ name: LeakyRelu__29, type: LeakyRelu }{ name: Conv_token_185, type: Conv }{ name: LeakyRelu__30, type: LeakyRelu }{ name: Conv_token_191, type: Conv }{ name: LeakyRelu__31, type: LeakyRelu }{ name: Conv_token_197, type: Conv }{ name: LeakyRelu__32, type: LeakyRelu }{ name: StatefulPartitionedCall/model_v23_1/enh00/resnet0/strided_slice, type: Slice }{ name: Conv_token_200, type: Conv }{ name: LeakyRelu__33, type: LeakyRelu }{ name: Conv_token_206, type: Conv }{ name: LeakyRelu__34, type: LeakyRelu }{ name: StatefulPartitionedCall/model_v23_1/enh00/resnet0/add, type: Add }{ name: Conv_token_212, type: Conv }{ name: LeakyRelu__35, type: LeakyRelu }{ name: Conv_token_218, type: Conv }{ name: LeakyRelu__36, type
Skip invalid vtcm_mb: 0
failed to initialize onnx model
The text was updated successfully, but these errors were encountered: