Hi team,
Here's an issue from the customer may need your help:
Use BeagleBone Black to attempt to run the tensorflow lite2.5.0, but an illegal instruction is reported:

The customer found that this was due to an issue with the invoke() implementation because the tflite installation package uses neno-vfpv4, but AM3358 only supports neno-vfpv3.
However, according to docs, AM3x can run the tensorflow lite.
Running tflite-support on the BeagleBone Black was successful, but the python file in the library was not found. Could you help share this code?
In order to resolve vfpv3 issues, the customer tries to compile itself from the tensorflow source code, but the clog compilation fails, as shown below:
ADD_SUBDIRECTORY not given a binary directory but the given source
directory "/home/hxy/Desktop/clog-source" is not a subdirectory of
"/home/hxy/Desktop/cpuinfo". When specifying an out-of-tree source a
binary directory must be explicitly specified.
Could you help share the compiled code? Thanks.
Best Regards,
Cherry