Files
tensorflow--tensorflow/tensorflow/lite/delegates/hexagon/builders/tests
wehub-resource-sync 8a852e4b4e
cffconvert / validate (push) Has been skipped
License Check / license-check (push) Failing after 2s
chore: import upstream snapshot with attribution
2026-07-13 12:14:16 +08:00
..

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