• Home
Name Date Size #Lines LOC

..--

BUILDD04-Jul-20252.7 KiB9590

README.mdD04-Jul-2025698 2014

activations_test.ccD04-Jul-202512.2 KiB328246

arg_min_max_test.ccD04-Jul-20254.6 KiB145105

arithmetic_test.ccD04-Jul-20257.3 KiB191155

batch_seq_config_test.ccD04-Jul-20258.2 KiB221180

concat_test.ccD04-Jul-202510.2 KiB241181

conv_test.ccD04-Jul-202528.2 KiB793630

hexagon_delegate_op_model.hD04-Jul-20253.3 KiB8653

l2_norm_test.ccD04-Jul-20254.2 KiB12591

matmul_test.ccD04-Jul-202510.1 KiB312233

min_max_builder_test.ccD04-Jul-20257 KiB174135

mirror_pad_test.ccD04-Jul-20255.5 KiB130100

mul_test.ccD04-Jul-20254.5 KiB12285

neg_test.ccD04-Jul-20252.5 KiB7248

pack_test.ccD04-Jul-20255.3 KiB12899

pad_test.ccD04-Jul-20254 KiB10976

pool_test.ccD04-Jul-20256.9 KiB188135

quantize_test.ccD04-Jul-20256.2 KiB171104

reduce_test.ccD04-Jul-20255.9 KiB154120

reshape_test.ccD04-Jul-20252.3 KiB6037

resize_test.ccD04-Jul-202511.2 KiB283246

rsqrt_test.ccD04-Jul-20253.6 KiB11691

run_tests.shD04-Jul-20252.1 KiB6034

slice_test.ccD04-Jul-20256.8 KiB166136

softmax_test.ccD04-Jul-20254.3 KiB129103

space_to_depth_test.ccD04-Jul-20253.5 KiB9569

split_test.ccD04-Jul-20256 KiB174141

squared_difference_test.ccD04-Jul-20254.3 KiB10780

strided_slice_test.ccD04-Jul-20258.8 KiB238206

tests.bzlD04-Jul-20251.1 KiB4337

transpose_conv_test.ccD04-Jul-202512.6 KiB309250

transpose_test.ccD04-Jul-20256.1 KiB172129

README.md

1# Hexagon Delegate Testing
2
3This directory contains unit-tests for Op Builders for the hexagon delegate.
4To Run the all the tests use the run_tests.sh under directory and pass
5the path to the directory containing libhexagon_nn_skel*.so files.
6The script will copy all files to the device and build all tests and execute
7them.
8
9The test should stop if one of the tests failed.
10
11Example:
12
13Follow the [Instructions](https://www.tensorflow.org/lite/performance/hexagon_delegate)
14and download the hexagon_nn_skel and extract the files.
15For example if files are extracted in /tmp/hexagon_skel, the sample command.
16
17`
18bash tensorflow/lite/delegates/hexagon/builders/tests/run_tests.sh /tmp/hexagon_skel
19`
20