• Home
Name Date Size #Lines LOC

..--

BUILDD03-May-20242.6 KiB9489

README.mdD03-May-2024698 2014

activations_test.ccD03-May-202412.2 KiB327245

arg_min_max_test.ccD03-May-20244.6 KiB143104

arithmetic_test.ccD03-May-20247.2 KiB189154

batch_seq_config_test.ccD03-May-20248.1 KiB220179

concat_test.ccD03-May-202410.2 KiB241181

conv_test.ccD03-May-202425.5 KiB723571

hexagon_delegate_op_model.hD03-May-20243.3 KiB8653

l2_norm_test.ccD03-May-20244.2 KiB12390

matmul_test.ccD03-May-202410 KiB313234

min_max_builder_test.ccD03-May-20246.9 KiB172134

mirror_pad_test.ccD03-May-20245.4 KiB12899

mul_test.ccD03-May-20244.4 KiB12285

neg_test.ccD03-May-20242.5 KiB7047

pack_test.ccD03-May-20245.2 KiB12698

pad_test.ccD03-May-20243.9 KiB10775

pool_test.ccD03-May-20243.9 KiB11788

quantize_test.ccD03-May-20246.2 KiB171104

reduce_test.ccD03-May-20244.9 KiB12997

reshape_test.ccD03-May-20242.3 KiB6037

resize_test.ccD03-May-202411.2 KiB281245

rsqrt_test.ccD03-May-20243.6 KiB11490

run_tests.shD03-May-20242.1 KiB6034

slice_test.ccD03-May-20246.6 KiB164135

softmax_test.ccD03-May-20244.3 KiB129103

space_to_depth_test.ccD03-May-20243.5 KiB9569

split_test.ccD03-May-20245.7 KiB161130

squared_difference_test.ccD03-May-20244.3 KiB10780

strided_slice_test.ccD03-May-20248.8 KiB236205

tests.bzlD03-May-20241.1 KiB4236

transpose_conv_test.ccD03-May-202411.6 KiB274221

transpose_test.ccD03-May-20246.1 KiB170128

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