VeriSilicon/tflite-vx-delegate

Changes in 96cfda79 causing segmenation fault with TensorFlow Lite unit tests

Closed this issue · 4 comments

The changes introduced in rev 96cfda7 cause Segmentation Fault with TensorFlow Lite unit tests. The fixes in 0598ab9 and 9a80eaf does not resolve the problem.
Platform i.MX8MP

$ ./activations_test --external_delegate_path=/test_files/usr/lib/libvx_delegate.so 
[==========] Running 134 tests from 9 test suites.
[----------] Global test environment set-up.
[----------] 8 tests from FloatActivationsOpTest
[ RUN      ] FloatActivationsOpTest.Elu
EXTERNAL delegate created.
Segmentation fault

@chenfeiyue-cfy , Could you comment?

It didn't appear in 2bf0469 or eaf4c96.

@robert-kalmar @chenfeiyue-cfy ,

We figured out other issue in 96cfda7. It can solve this problem, we will update patch in this week.

Fixed