I used snpe-onnx-to-dlc -i abc.onnx -o abc.dlc (this model has 9 output) caseA --out_name 359........ or CaseB no use --out_name
The output is only 373.raw
| Input Name | Dimensions | Type | Encoding Info |
| images | 1,640,640,3 | Float_32 | No encoding info for this tensor |
| Output Name | Dimensions | Type | Encoding Info |
| 359 | 1,20,20,64 | Float_32 | No encoding info for this tensor |
| 346 | 1,40,40,8 | Float_32 | No encoding info for this tensor |
| 325 | 1,80,80,8 | Float_32 | No encoding info for this tensor |
| 338 | 1,40,40,64 | Float_32 | No encoding info for this tensor |
| 317 | 1,80,80,64 | Float_32 | No encoding info for this tensor |
| 331 | 1,80,80,1 | Float_32 | No encoding info for this tensor |
| 352 | 1,40,40,1 | Float_32 | No encoding info for this tensor |
| 373 | 1,20,20,1 | Float_32 | No encoding info for this tensor |
| 367 | 1,20,20,8 | Float_32 | No encoding info for this tensor |
How do I fix this error?