Karim Nosir 920bf272c8 Move Hexagon Delegate out of experimental.
RELNOTES=TFLite Hexagon Delegate out of experimental

PiperOrigin-RevId: 315925875
Change-Id: Ic286fc1e203c13d712ea1c904dbd928aa7e4d6af
2020-06-11 10:28:57 -07:00

698 B

Hexagon Delegate Testing

This directory contains unit-tests for Op Builders for the hexagon delegate. To Run the all the tests use the run_tests.sh under directory and pass the path to the directory containing libhexagon_nn_skel*.so files. The script will copy all files to the device and build all tests and execute them.

The test should stop if one of the tests failed.

Example:

Follow the Instructions and download the hexagon_nn_skel and extract the files. For example if files are extracted in /tmp/hexagon_skel, the sample command.

bash tensorflow/lite/delegates/hexagon/builders/tests/run_tests.sh /tmp/hexagon_skel