Hello,
Env: PC simulation on Linux.
Recently I have built a custom layer and run smoothly in the beginning.
But after check the layer trace, I found some data lost in the dump output.
I have turned on the trace level 3 in import config file.
The custom layer output should have 256 x 576 size.
But the "0001_00003_00256x00192.y" file has only 256 x 570.
So I dump the output buffer by fwrite function and it has correct data which is 256 x 576.
I am curious about what cause this problem.
Thank you,
Kevin.