I am trying to convert a particular model from ONNX to INT8 to run on DLA. I am getting a segmentation fault when running the conversion in C++. This model runs on the GPU fine. I have other models that run on DLA and GPU fine.
I have models which work with both GPU and DLA, but one particular model is seg faulting when I try DLA. I can share the ONNX model with you if you like.