When attempting to convert a TensorFlow Lite model to DLA format on a Genio-510/700/1200 (Neuron6) platform using the following command,
ncc-tflite xxxx.tflite -arch mdla3.0 -d xxxx.dla --relax-fp32 --verbose
the tool fails with only:
ERROR: Fail to create tflite model
No additional error details or debug logs are shown, making it unclear how to troubleshoot or identify unsupported operations.
How can developers address this lack of error log, and what is the recommended workflow for debugging or solving TFLite-to-DLA conversion failures on these platforms?