Hello
This is my first project using Tensorflow on and I'm using MIMXRT1062
I try to init model this way:
1.png
and inside InferenceInit() I create an instance of BuiltInOpResolver
2.png
After executing the line highlighted with green my program crashes this way and I have no idea what to do.
3.png
Please help