Hi,
The i.MX95 board is flashed with latest Linux Bsp L6.12.3-1.0.0_MX95 . Tried executing Unet using benchmark_model after converting using the int8 tflite to TFLite for Neutron using model tool from eiq toolkit. The conversion was successful but on running the model using NPU with the following command:
/usr/bin/tensorflow-lite-2.18.0/examples/benchmark_model --graph=/opt/unet_model_quantized_b1_converted.tflite --external_delegate_path=/usr/lib/libneutron_delegate.so
Got segmentation fault with the following logs:

But the Neutron Graph layer which is causing the issue was formed on conversion to NPU supported tflite. So how can I proceed.
Thanks,
Pooja