Rename generated test (#4096)
author오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Wed, 19 Dec 2018 00:58:29 +0000 (09:58 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Wed, 19 Dec 2018 00:58:29 +0000 (09:58 +0900)
commitcea2c9f6cbd317da4c97306eee5446240af1d57c
tree4c37f8113f9e217c388111ebcae3a3cd2ec4f188
parent323c6395bb5940837e9656fb13d3a00b1310b8ce
Rename generated test (#4096)

* Rename generated test

Rename generated test binary: nnapi_gtest
Rename directory including generated test: tests/nnapi
Revise directory structure

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
* Fix typo
360 files changed:
.gitignore
Makefile
cmake/CfgOptionFlags.cmake
tests/CMakeLists.txt
tests/nnapi/.FORMATDENY [moved from tests/runtime/.FORMATDENY with 100% similarity]
tests/nnapi/CMakeLists.txt [new file with mode: 0644]
tests/nnapi/include/NeuralNetworksWrapper.h [moved from tests/runtime/include/NeuralNetworksWrapper.h with 100% similarity]
tests/nnapi/include/TestHarness.h [moved from tests/runtime/neural_networks_test/include/TestHarness.h with 100% similarity]
tests/nnapi/nnapi_gtest.skip.armv7l-linux [moved from tests/runtime/neural_networks_test/runtime_run_android_nn_test.skip.armv7l-linux with 100% similarity]
tests/nnapi/nnapi_gtest.skip.armv7l-linux.neurun [moved from tests/runtime/neural_networks_test/runtime_run_android_nn_test.skip.armv7l-linux.neurun with 100% similarity]
tests/nnapi/nnapi_gtest.skip.armv7l-tizen [moved from tests/runtime/neural_networks_test/runtime_run_android_nn_test.skip.armv7l-tizen with 100% similarity]
tests/nnapi/nnapi_gtest.skip.x86_64-linux [moved from tests/runtime/neural_networks_test/runtime_run_android_nn_test.skip.x86_64-linux with 100% similarity]
tests/nnapi/specs/Ex/argmax_ex_float_1.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/argmax_ex_float_1.mod.py with 100% similarity]
tests/nnapi/specs/Ex/argmax_ex_float_2.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/argmax_ex_float_2.mod.py with 100% similarity]
tests/nnapi/specs/Ex/argmax_ex_int32.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/argmax_ex_int32.mod.py with 100% similarity]
tests/nnapi/specs/Ex/argmax_ex_neg_axis_float.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/argmax_ex_neg_axis_float.mod.py with 100% similarity]
tests/nnapi/specs/Ex/argmax_ex_neg_axis_int32.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/argmax_ex_neg_axis_int32.mod.py with 100% similarity]
tests/nnapi/specs/Ex/argmax_ex_quant8.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/argmax_ex_quant8.mod.py with 100% similarity]
tests/nnapi/specs/Ex/argmax_ex_quant8_neg_axis.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/argmax_ex_quant8_neg_axis.mod.py with 100% similarity]
tests/nnapi/specs/Ex/cast_ex_float32_to_int32.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/cast_ex_float32_to_int32.mod.py with 100% similarity]
tests/nnapi/specs/Ex/cast_ex_int32_to_float32.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/cast_ex_int32_to_float32.mod.py with 100% similarity]
tests/nnapi/specs/Ex/equal_ex_1D_float.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/equal_ex_1D_float.mod.py with 100% similarity]
tests/nnapi/specs/Ex/equal_ex_4D_float.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/equal_ex_4D_float.mod.py with 100% similarity]
tests/nnapi/specs/Ex/equal_ex_broadcast_4D_2D_float.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/equal_ex_broadcast_4D_2D_float.mod.py with 100% similarity]
tests/nnapi/specs/Ex/equal_ex_broadcast_float.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/equal_ex_broadcast_float.mod.py with 100% similarity]
tests/nnapi/specs/Ex/equal_ex_quant8.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/equal_ex_quant8.mod.py with 100% similarity]
tests/nnapi/specs/Ex/exp_ex_1D_float.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/exp_ex_1D_float.mod.py with 100% similarity]
tests/nnapi/specs/Ex/exp_ex_2D_float.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/exp_ex_2D_float.mod.py with 100% similarity]
tests/nnapi/specs/Ex/exp_ex_3D_float.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/exp_ex_3D_float.mod.py with 100% similarity]
tests/nnapi/specs/Ex/exp_ex_4D_float.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/exp_ex_4D_float.mod.py with 100% similarity]
tests/nnapi/specs/Ex/gather_ex_1D_float.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/gather_ex_1D_float.mod.py with 100% similarity]
tests/nnapi/specs/Ex/gather_ex_1D_int32.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/gather_ex_1D_int32.mod.py with 100% similarity]
tests/nnapi/specs/Ex/gather_ex_1D_quant8.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/gather_ex_1D_quant8.mod.py with 100% similarity]
tests/nnapi/specs/Ex/gather_ex_2D_float.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/gather_ex_2D_float.mod.py with 100% similarity]
tests/nnapi/specs/Ex/gather_ex_2D_int32.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/gather_ex_2D_int32.mod.py with 100% similarity]
tests/nnapi/specs/Ex/gather_ex_2D_quant8.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/gather_ex_2D_quant8.mod.py with 100% similarity]
tests/nnapi/specs/Ex/logical_and_ex_1D.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/logical_and_ex_1D.mod.py with 100% similarity]
tests/nnapi/specs/Ex/logical_and_ex_2D.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/logical_and_ex_2D.mod.py with 100% similarity]
tests/nnapi/specs/Ex/logical_and_ex_3D.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/logical_and_ex_3D.mod.py with 100% similarity]
tests/nnapi/specs/Ex/logical_and_ex_4D.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/logical_and_ex_4D.mod.py with 100% similarity]
tests/nnapi/specs/Ex/logical_and_ex_broadcast.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/logical_and_ex_broadcast.mod.py with 100% similarity]
tests/nnapi/specs/Ex/logical_and_ex_broadcast_4D_2D.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/logical_and_ex_broadcast_4D_2D.mod.py with 100% similarity]
tests/nnapi/specs/Ex/logical_not_ex_1D.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/logical_not_ex_1D.mod.py with 100% similarity]
tests/nnapi/specs/Ex/logical_not_ex_4D.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/logical_not_ex_4D.mod.py with 100% similarity]
tests/nnapi/specs/Ex/logical_or_ex_1D.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/logical_or_ex_1D.mod.py with 100% similarity]
tests/nnapi/specs/Ex/logical_or_ex_2D.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/logical_or_ex_2D.mod.py with 100% similarity]
tests/nnapi/specs/Ex/logical_or_ex_3D.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/logical_or_ex_3D.mod.py with 100% similarity]
tests/nnapi/specs/Ex/logical_or_ex_4D.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/logical_or_ex_4D.mod.py with 100% similarity]
tests/nnapi/specs/Ex/logical_or_ex_broadcast.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/logical_or_ex_broadcast.mod.py with 100% similarity]
tests/nnapi/specs/Ex/logical_or_ex_broadcast_4D_2D.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/logical_or_ex_broadcast_4D_2D.mod.py with 100% similarity]
tests/nnapi/specs/Ex/neg_ex_1D_float.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/neg_ex_1D_float.mod.py with 100% similarity]
tests/nnapi/specs/Ex/neg_ex_2D_float.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/neg_ex_2D_float.mod.py with 100% similarity]
tests/nnapi/specs/Ex/neg_ex_3D_float.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/neg_ex_3D_float.mod.py with 100% similarity]
tests/nnapi/specs/Ex/neg_ex_3D_int.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/neg_ex_3D_int.mod.py with 100% similarity]
tests/nnapi/specs/Ex/neg_ex_4D_float.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/neg_ex_4D_float.mod.py with 100% similarity]
tests/nnapi/specs/Ex/neg_ex_4D_int.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/neg_ex_4D_int.mod.py with 100% similarity]
tests/nnapi/specs/Ex/notequal_ex_broadcast_4D_2D_float.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/notequal_ex_broadcast_4D_2D_float.mod.py with 100% similarity]
tests/nnapi/specs/Ex/notequal_ex_broadcast_float.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/notequal_ex_broadcast_float.mod.py with 100% similarity]
tests/nnapi/specs/Ex/notequal_ex_float.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/notequal_ex_float.mod.py with 100% similarity]
tests/nnapi/specs/Ex/notequal_ex_quant8.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/notequal_ex_quant8.mod.py with 100% similarity]
tests/nnapi/specs/Ex/pack_ex_3D_float_1.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/pack_ex_3D_float_1.mod.py with 100% similarity]
tests/nnapi/specs/Ex/pack_ex_3D_float_2.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/pack_ex_3D_float_2.mod.py with 100% similarity]
tests/nnapi/specs/Ex/pack_ex_3D_int_1.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/pack_ex_3D_int_1.mod.py with 100% similarity]
tests/nnapi/specs/Ex/pack_ex_3D_int_2.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/pack_ex_3D_int_2.mod.py with 100% similarity]
tests/nnapi/specs/Ex/prelu_ex_float_1.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/prelu_ex_float_1.mod.py with 100% similarity]
tests/nnapi/specs/Ex/prelu_ex_float_2.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/prelu_ex_float_2.mod.py with 100% similarity]
tests/nnapi/specs/Ex/reduce_min_ex_float.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/reduce_min_ex_float.mod.py with 100% similarity]
tests/nnapi/specs/Ex/reduce_min_ex_float_1.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/reduce_min_ex_float_1.mod.py with 100% similarity]
tests/nnapi/specs/Ex/reduce_min_ex_float_2.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/reduce_min_ex_float_2.mod.py with 100% similarity]
tests/nnapi/specs/Ex/reduce_sum_ex_2D_float.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/reduce_sum_ex_2D_float.mod.py with 100% similarity]
tests/nnapi/specs/Ex/reduce_sum_ex_4D_float.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/reduce_sum_ex_4D_float.mod.py with 100% similarity]
tests/nnapi/specs/Ex/reduce_sum_ex_4D_float_reducing_C.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/reduce_sum_ex_4D_float_reducing_C.mod.py with 100% similarity]
tests/nnapi/specs/Ex/reduce_sum_ex_4D_float_reducing_HW.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/reduce_sum_ex_4D_float_reducing_HW.mod.py with 100% similarity]
tests/nnapi/specs/Ex/rsqrt_ex_1D_float.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/rsqrt_ex_1D_float.mod.py with 100% similarity]
tests/nnapi/specs/Ex/rsqrt_ex_2D_float.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/rsqrt_ex_2D_float.mod.py with 100% similarity]
tests/nnapi/specs/Ex/rsqrt_ex_3D_float.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/rsqrt_ex_3D_float.mod.py with 100% similarity]
tests/nnapi/specs/Ex/rsqrt_ex_4D_float.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/rsqrt_ex_4D_float.mod.py with 100% similarity]
tests/nnapi/specs/Ex/split_ex_1D_float.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/split_ex_1D_float.mod.py with 100% similarity]
tests/nnapi/specs/Ex/split_ex_1D_int32.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/split_ex_1D_int32.mod.py with 100% similarity]
tests/nnapi/specs/Ex/split_ex_4D_float_1.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/split_ex_4D_float_1.mod.py with 100% similarity]
tests/nnapi/specs/Ex/split_ex_4D_float_2.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/split_ex_4D_float_2.mod.py with 100% similarity]
tests/nnapi/specs/Ex/split_ex_4D_float_3.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/split_ex_4D_float_3.mod.py with 100% similarity]
tests/nnapi/specs/Ex/split_ex_4D_int32_1.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/split_ex_4D_int32_1.mod.py with 100% similarity]
tests/nnapi/specs/Ex/split_ex_4D_int32_2.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/split_ex_4D_int32_2.mod.py with 100% similarity]
tests/nnapi/specs/Ex/split_ex_4D_int32_3.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/split_ex_4D_int32_3.mod.py with 100% similarity]
tests/nnapi/specs/Ex/split_ex_4D_int32_4.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/split_ex_4D_int32_4.mod.py with 100% similarity]
tests/nnapi/specs/Ex/split_ex_4D_int32_5.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/split_ex_4D_int32_5.mod.py with 100% similarity]
tests/nnapi/specs/Ex/sqrt_ex_1D_float.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/sqrt_ex_1D_float.mod.py with 100% similarity]
tests/nnapi/specs/Ex/sqrt_ex_2D_float.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/sqrt_ex_2D_float.mod.py with 100% similarity]
tests/nnapi/specs/Ex/sqrt_ex_3D_float.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/sqrt_ex_3D_float.mod.py with 100% similarity]
tests/nnapi/specs/Ex/sqrt_ex_4D_float.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/sqrt_ex_4D_float.mod.py with 100% similarity]
tests/nnapi/specs/Ex/squared_difference_ex_1D_float.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/squared_difference_ex_1D_float.mod.py with 100% similarity]
tests/nnapi/specs/Ex/squared_difference_ex_2D_float.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/squared_difference_ex_2D_float.mod.py with 100% similarity]
tests/nnapi/specs/Ex/squared_difference_ex_3D_float.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/squared_difference_ex_3D_float.mod.py with 100% similarity]
tests/nnapi/specs/Ex/squared_difference_ex_4D_float.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/squared_difference_ex_4D_float.mod.py with 100% similarity]
tests/nnapi/specs/Ex/squared_difference_ex_broadcast_4D_2D_float.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/squared_difference_ex_broadcast_4D_2D_float.mod.py with 100% similarity]
tests/nnapi/specs/Ex/squared_difference_ex_broadcast_float.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/squared_difference_ex_broadcast_float.mod.py with 100% similarity]
tests/nnapi/specs/Ex/tensorflowmax_ex_2D_float.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/tensorflowmax_ex_2D_float.mod.py with 100% similarity]
tests/nnapi/specs/Ex/tensorflowmax_ex_2D_int32.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/tensorflowmax_ex_2D_int32.mod.py with 100% similarity]
tests/nnapi/specs/Ex/tensorflowmax_ex_4D_float_reducing_C.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/tensorflowmax_ex_4D_float_reducing_C.mod.py with 100% similarity]
tests/nnapi/specs/Ex/tensorflowmax_ex_4D_float_reducing_HW.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/tensorflowmax_ex_4D_float_reducing_HW.mod.py with 100% similarity]
tests/nnapi/specs/Ex/tensorflowmax_ex_float.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/tensorflowmax_ex_float.mod.py with 100% similarity]
tests/nnapi/specs/Ex/tensorflowmax_ex_float_1.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/tensorflowmax_ex_float_1.mod.py with 100% similarity]
tests/nnapi/specs/Ex/tensorflowmax_ex_float_2.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/tensorflowmax_ex_float_2.mod.py with 100% similarity]
tests/nnapi/specs/Ex/tensorflowmax_ex_quant8_1.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/tensorflowmax_ex_quant8_1.mod.py with 100% similarity]
tests/nnapi/specs/Ex/tensorflowmax_ex_quant8_2.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/tensorflowmax_ex_quant8_2.mod.py with 100% similarity]
tests/nnapi/specs/Ex/topk_v2_ex_1D_float.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/topk_v2_ex_1D_float.mod.py with 100% similarity]
tests/nnapi/specs/Ex/topk_v2_ex_1D_int32.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/topk_v2_ex_1D_int32.mod.py with 100% similarity]
tests/nnapi/specs/Ex/topk_v2_ex_1D_quant8.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/topk_v2_ex_1D_quant8.mod.py with 100% similarity]
tests/nnapi/specs/Ex/topk_v2_ex_2D_float.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/topk_v2_ex_2D_float.mod.py with 100% similarity]
tests/nnapi/specs/Ex/topk_v2_ex_2D_int32.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/topk_v2_ex_2D_int32.mod.py with 100% similarity]
tests/nnapi/specs/Ex/topk_v2_ex_2D_quant8.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/topk_v2_ex_2D_quant8.mod.py with 100% similarity]
tests/nnapi/specs/Ex/transpose_conv_ex_float_1.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/transpose_conv_ex_float_1.mod.py with 100% similarity]
tests/nnapi/specs/Ex/transpose_conv_ex_float_2.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/transpose_conv_ex_float_2.mod.py with 100% similarity]
tests/nnapi/specs/Ex/transpose_conv_ex_float_3.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/transpose_conv_ex_float_3.mod.py with 100% similarity]
tests/nnapi/specs/Ex/transpose_conv_ex_int_1.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/transpose_conv_ex_int_1.mod.py with 100% similarity]
tests/nnapi/specs/Ex/transpose_conv_ex_int_2.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/transpose_conv_ex_int_2.mod.py with 100% similarity]
tests/nnapi/specs/Ex/transpose_conv_ex_int_3.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/transpose_conv_ex_int_3.mod.py with 100% similarity]
tests/nnapi/specs/Ex/unpack_ex_3D_float_1.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/unpack_ex_3D_float_1.mod.py with 100% similarity]
tests/nnapi/specs/Ex/unpack_ex_3D_float_2.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/unpack_ex_3D_float_2.mod.py with 100% similarity]
tests/nnapi/specs/Ex/unpack_ex_3D_int_1.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/unpack_ex_3D_int_1.mod.py with 100% similarity]
tests/nnapi/specs/Ex/unpack_ex_3D_int_2.mod.py [moved from tests/runtime/neural_networks_test/specs/Ex/unpack_ex_3D_int_2.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/add.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/add.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/add_broadcast_4D_2D_after_nops_float_nnfw.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/add_broadcast_4D_2D_after_nops_float_nnfw.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/add_broadcast_quant8.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/add_broadcast_quant8.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/add_quant8.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/add_quant8.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/avg_pool_float_1.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/avg_pool_float_1.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/avg_pool_float_2.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/avg_pool_float_2.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/avg_pool_float_3.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/avg_pool_float_3.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/avg_pool_float_4.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/avg_pool_float_4.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/avg_pool_float_5.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/avg_pool_float_5.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/avg_pool_quant8_1.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/avg_pool_quant8_1.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/avg_pool_quant8_2.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/avg_pool_quant8_2.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/avg_pool_quant8_3.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/avg_pool_quant8_3.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/avg_pool_quant8_4.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/avg_pool_quant8_4.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/avg_pool_quant8_5.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/avg_pool_quant8_5.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/concat_float_1.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/concat_float_1.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/concat_float_2.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/concat_float_2.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/concat_float_3.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/concat_float_3.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/concat_float_4D_axis3_1_nnfw.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/concat_float_4D_axis3_1_nnfw.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/concat_quant8_1.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/concat_quant8_1.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/concat_quant8_2.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/concat_quant8_2.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/concat_quant8_3.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/concat_quant8_3.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/conv_1_h3_w2_SAME.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/conv_1_h3_w2_SAME.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/conv_1_h3_w2_VALID.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/conv_1_h3_w2_VALID.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/conv_3_h3_w2_SAME.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/conv_3_h3_w2_SAME.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/conv_3_h3_w2_VALID.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/conv_3_h3_w2_VALID.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/conv_float.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/conv_float.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/conv_float_2.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/conv_float_2.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/conv_float_channels.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/conv_float_channels.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/conv_float_channels_weights_as_inputs.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/conv_float_channels_weights_as_inputs.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/conv_float_large.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/conv_float_large.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/conv_float_large_weights_as_inputs.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/conv_float_large_weights_as_inputs.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/conv_float_weights_as_inputs.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/conv_float_weights_as_inputs.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/conv_quant8.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/conv_quant8.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/conv_quant8_2.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/conv_quant8_2.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/conv_quant8_channels.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/conv_quant8_channels.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/conv_quant8_channels_weights_as_inputs.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/conv_quant8_channels_weights_as_inputs.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/conv_quant8_large.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/conv_quant8_large.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/conv_quant8_large_weights_as_inputs.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/conv_quant8_large_weights_as_inputs.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/conv_quant8_overflow.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/conv_quant8_overflow.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/conv_quant8_overflow_weights_as_inputs.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/conv_quant8_overflow_weights_as_inputs.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/conv_quant8_weights_as_inputs.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/conv_quant8_weights_as_inputs.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/depth_to_space_float_1.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/depth_to_space_float_1.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/depth_to_space_float_2.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/depth_to_space_float_2.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/depth_to_space_float_3.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/depth_to_space_float_3.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/depth_to_space_quant8_1.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/depth_to_space_quant8_1.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/depth_to_space_quant8_2.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/depth_to_space_quant8_2.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/depthwise_conv.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/depthwise_conv.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/depthwise_conv2d_float.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/depthwise_conv2d_float.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/depthwise_conv2d_float_2.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/depthwise_conv2d_float_2.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/depthwise_conv2d_float_large.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/depthwise_conv2d_float_large.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/depthwise_conv2d_float_large_2.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/depthwise_conv2d_float_large_2.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/depthwise_conv2d_float_large_2_weights_as_inputs.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/depthwise_conv2d_float_large_2_weights_as_inputs.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/depthwise_conv2d_float_large_weights_as_inputs.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/depthwise_conv2d_float_large_weights_as_inputs.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/depthwise_conv2d_float_weights_as_inputs.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/depthwise_conv2d_float_weights_as_inputs.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/depthwise_conv2d_quant8.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/depthwise_conv2d_quant8.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/depthwise_conv2d_quant8_2.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/depthwise_conv2d_quant8_2.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/depthwise_conv2d_quant8_large.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/depthwise_conv2d_quant8_large.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/depthwise_conv2d_quant8_large_weights_as_inputs.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/depthwise_conv2d_quant8_large_weights_as_inputs.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/depthwise_conv2d_quant8_weights_as_inputs.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/depthwise_conv2d_quant8_weights_as_inputs.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/dequantize.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/dequantize.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/embedding_lookup.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/embedding_lookup.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/embedding_lookup_2d_nnfw.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/embedding_lookup_2d_nnfw.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/embedding_lookup_4d_nnfw.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/embedding_lookup_4d_nnfw.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/floor_.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/floor_.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/fully_connected_float.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/fully_connected_float.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/fully_connected_float_1_nnfw.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/fully_connected_float_1_nnfw.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/fully_connected_float_2.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/fully_connected_float_2.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/fully_connected_float_3.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/fully_connected_float_3.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/fully_connected_float_large.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/fully_connected_float_large.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/fully_connected_float_large_weights_as_inputs.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/fully_connected_float_large_weights_as_inputs.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/fully_connected_float_weights_as_inputs.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/fully_connected_float_weights_as_inputs.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/fully_connected_quant8.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/fully_connected_quant8.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/fully_connected_quant8_2.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/fully_connected_quant8_2.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/fully_connected_quant8_large.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/fully_connected_quant8_large.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/fully_connected_quant8_large_weights_as_inputs.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/fully_connected_quant8_large_weights_as_inputs.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/fully_connected_quant8_weights_as_inputs.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/fully_connected_quant8_weights_as_inputs.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/hashtable_lookup_float.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/hashtable_lookup_float.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/hashtable_lookup_float_4D_nnfw.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/hashtable_lookup_float_4D_nnfw.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/hashtable_lookup_quant8.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/hashtable_lookup_quant8.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/l2_normalization.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/l2_normalization.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/l2_normalization_2.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/l2_normalization_2.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/l2_normalization_large.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/l2_normalization_large.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/l2_pool_float.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/l2_pool_float.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/l2_pool_float_2.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/l2_pool_float_2.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/l2_pool_float_large.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/l2_pool_float_large.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/local_response_norm_float_1.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/local_response_norm_float_1.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/local_response_norm_float_2.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/local_response_norm_float_2.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/local_response_norm_float_3.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/local_response_norm_float_3.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/local_response_norm_float_4.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/local_response_norm_float_4.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/logistic_float_1.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/logistic_float_1.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/logistic_float_2.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/logistic_float_2.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/logistic_quant8_1.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/logistic_quant8_1.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/logistic_quant8_2.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/logistic_quant8_2.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/lsh_projection.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/lsh_projection.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/lsh_projection_2.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/lsh_projection_2.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/lsh_projection_weights_as_inputs.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/lsh_projection_weights_as_inputs.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/lstm.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/lstm.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/lstm2.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/lstm2.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/lstm2_state.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/lstm2_state.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/lstm2_state2.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/lstm2_state2.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/lstm3.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/lstm3.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/lstm3_state.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/lstm3_state.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/lstm3_state2.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/lstm3_state2.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/lstm3_state3.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/lstm3_state3.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/lstm_state.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/lstm_state.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/lstm_state2.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/lstm_state2.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/max_pool_float_1.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/max_pool_float_1.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/max_pool_float_2.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/max_pool_float_2.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/max_pool_float_3.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/max_pool_float_3.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/max_pool_float_4.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/max_pool_float_4.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/max_pool_quant8_1.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/max_pool_quant8_1.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/max_pool_quant8_2.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/max_pool_quant8_2.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/max_pool_quant8_3.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/max_pool_quant8_3.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/max_pool_quant8_4.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/max_pool_quant8_4.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/mobilenet_224_gender_basic_fixed.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/mobilenet_224_gender_basic_fixed.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/mobilenet_quantized.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/mobilenet_quantized.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/mul.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/mul.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/mul_4D_nnfw.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/mul_4D_nnfw.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/mul_broadcast_3D_1D_1_nnfw.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/mul_broadcast_3D_1D_1_nnfw.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/mul_broadcast_3D_1D_2_nnfw.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/mul_broadcast_3D_1D_2_nnfw.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/mul_broadcast_quant8.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/mul_broadcast_quant8.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/mul_quant8.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/mul_quant8.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/mul_relu.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/mul_relu.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/relu1_float_1.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/relu1_float_1.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/relu1_float_2.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/relu1_float_2.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/relu1_quant8_1.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/relu1_quant8_1.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/relu1_quant8_2.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/relu1_quant8_2.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/relu6_float_1.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/relu6_float_1.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/relu6_float_2.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/relu6_float_2.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/relu6_quant8_1.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/relu6_quant8_1.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/relu6_quant8_2.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/relu6_quant8_2.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/relu_float_1.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/relu_float_1.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/relu_float_2.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/relu_float_2.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/relu_quant8_1.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/relu_quant8_1.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/relu_quant8_2.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/relu_quant8_2.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/reshape.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/reshape.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/reshape_quant8.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/reshape_quant8.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/reshape_quant8_weights_as_inputs.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/reshape_quant8_weights_as_inputs.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/reshape_weights_as_inputs.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/reshape_weights_as_inputs.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/resize_bilinear.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/resize_bilinear.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/resize_bilinear_2.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/resize_bilinear_2.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/rnn.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/rnn.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/rnn_state.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/rnn_state.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/softmax_float_1.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/softmax_float_1.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/softmax_float_2.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/softmax_float_2.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/softmax_quant8_1.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/softmax_quant8_1.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/softmax_quant8_2.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/softmax_quant8_2.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/space_to_depth_float_1.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/space_to_depth_float_1.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/space_to_depth_float_2.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/space_to_depth_float_2.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/space_to_depth_float_3.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/space_to_depth_float_3.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/space_to_depth_quant8_1.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/space_to_depth_quant8_1.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/space_to_depth_quant8_2.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/space_to_depth_quant8_2.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/svdf.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/svdf.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/svdf2.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/svdf2.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/svdf_state.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/svdf_state.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/tanh_.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_0/tanh_.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/batch_to_space.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_1/batch_to_space.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/batch_to_space_float_1.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_1/batch_to_space_float_1.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/batch_to_space_quant8_1.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_1/batch_to_space_quant8_1.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/div_.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_1/div_.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/div_broadcast_float.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_1/div_broadcast_float.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/div_broadcast_float_4D_2D_nnfw.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_1/div_broadcast_float_4D_2D_nnfw.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/fully_connected_float_4d_simple.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_1/fully_connected_float_4d_simple.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/mean.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_1/mean.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/mean_4D_float_reducing_C_nnfw.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_1/mean_4D_float_reducing_C_nnfw.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/mean_4D_float_reducing_HW_nnfw.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_1/mean_4D_float_reducing_HW_nnfw.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/mean_axis01_1_nnfw.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_1/mean_axis01_1_nnfw.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/mean_axis01_2_nnfw.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_1/mean_axis01_2_nnfw.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/mean_float_1.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_1/mean_float_1.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/mean_float_2.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_1/mean_float_2.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/mean_quant8_1.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_1/mean_quant8_1.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/mean_quant8_2.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_1/mean_quant8_2.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/pad.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_1/pad.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/pad_2D_HW_nnfw.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_1/pad_2D_HW_nnfw.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/pad_3D_HWC_nnfw.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_1/pad_3D_HWC_nnfw.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/pad_BHWC_nnfw.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_1/pad_BHWC_nnfw.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/pad_BHW_nnfw.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_1/pad_BHW_nnfw.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/pad_HWD_nnfw.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_1/pad_HWD_nnfw.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/pad_float_1.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_1/pad_float_1.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/pad_quant8_nnfw.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_1/pad_quant8_nnfw.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/space_to_batch.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_1/space_to_batch.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/space_to_batch_float_1.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_1/space_to_batch_float_1.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/space_to_batch_float_1_nnfw.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_1/space_to_batch_float_1_nnfw.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/space_to_batch_float_2.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_1/space_to_batch_float_2.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/space_to_batch_float_3.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_1/space_to_batch_float_3.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/space_to_batch_quant8_1.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_1/space_to_batch_quant8_1.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/space_to_batch_quant8_1_nnfw.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_1/space_to_batch_quant8_1_nnfw.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/space_to_batch_quant8_2.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_1/space_to_batch_quant8_2.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/space_to_batch_quant8_2_nnfw.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_1/space_to_batch_quant8_2_nnfw.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/space_to_batch_quant8_3.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_1/space_to_batch_quant8_3.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/squeeze.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_1/squeeze.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/squeeze_2D_float_1_nnfw.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_1/squeeze_2D_float_1_nnfw.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/squeeze_float_1.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_1/squeeze_float_1.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/squeeze_quant8_1.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_1/squeeze_quant8_1.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/strided_slice.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_1/strided_slice.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/strided_slice_float_1.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_1/strided_slice_float_1.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/strided_slice_float_10.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_1/strided_slice_float_10.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/strided_slice_float_11.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_1/strided_slice_float_11.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/strided_slice_float_2.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_1/strided_slice_float_2.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/strided_slice_float_3.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_1/strided_slice_float_3.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/strided_slice_float_4.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_1/strided_slice_float_4.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/strided_slice_float_5.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_1/strided_slice_float_5.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/strided_slice_float_6.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_1/strided_slice_float_6.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/strided_slice_float_7.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_1/strided_slice_float_7.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/strided_slice_float_8.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_1/strided_slice_float_8.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/strided_slice_float_9.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_1/strided_slice_float_9.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/strided_slice_qaunt8_10.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_1/strided_slice_qaunt8_10.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/strided_slice_qaunt8_11.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_1/strided_slice_qaunt8_11.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/strided_slice_quant8_1.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_1/strided_slice_quant8_1.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/strided_slice_quant8_2.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_1/strided_slice_quant8_2.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/strided_slice_quant8_3.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_1/strided_slice_quant8_3.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/strided_slice_quant8_4.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_1/strided_slice_quant8_4.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/strided_slice_quant8_5.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_1/strided_slice_quant8_5.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/strided_slice_quant8_6.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_1/strided_slice_quant8_6.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/strided_slice_quant8_7.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_1/strided_slice_quant8_7.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/strided_slice_quant8_8.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_1/strided_slice_quant8_8.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/strided_slice_quant8_9.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_1/strided_slice_quant8_9.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/sub.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_1/sub.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/sub_broadcast_4D_2D_float_nnfw.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_1/sub_broadcast_4D_2D_float_nnfw.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/sub_broadcast_float.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_1/sub_broadcast_float.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/transpose.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_1/transpose.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/transpose_2D_nnfw.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_1/transpose_2D_nnfw.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/transpose_3D_nnfw.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_1/transpose_3D_nnfw.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/transpose_float_1.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_1/transpose_float_1.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/transpose_quant8_1.mod.py [moved from tests/runtime/neural_networks_test/specs/V1_1/transpose_quant8_1.mod.py with 100% similarity]
tests/nnapi/specs/generate_test.sh [moved from tests/runtime/neural_networks_test/specs/generate_test.sh with 86% similarity]
tests/nnapi/specs/generate_vts_test.sh [moved from tests/runtime/neural_networks_test/specs/generate_vts_test.sh with 100% similarity]
tests/nnapi/specs/slicing.sh [moved from tests/runtime/neural_networks_test/specs/slicing.sh with 100% similarity]
tests/nnapi/src/TestGenerated.cpp [moved from tests/runtime/neural_networks_test/TestGenerated.cpp with 100% similarity]
tests/nnapi/src/TestGenerated_Ex.cpp [moved from tests/runtime/neural_networks_test/TestGenerated_Ex.cpp with 100% similarity]
tests/nnapi/src/TestGenerated_V1_0.cpp [moved from tests/runtime/neural_networks_test/TestGenerated_V1_0.cpp with 100% similarity]
tests/nnapi/src/TestGenerated_V1_1.cpp [moved from tests/runtime/neural_networks_test/TestGenerated_V1_1.cpp with 100% similarity]
tests/nnapi/src/TestGenerated_common.cpp [moved from tests/runtime/neural_networks_test/TestGenerated_common.cpp with 100% similarity]
tests/nnapi/src/TestMain.cpp [moved from tests/runtime/neural_networks_test/TestMain.cpp with 100% similarity]
tests/nnapi/src/TestTrivialModel.cpp [moved from tests/runtime/neural_networks_test/TestTrivialModel.cpp with 100% similarity]
tests/nnapi/src/TestValidation.cpp [moved from tests/runtime/neural_networks_test/TestValidation.cpp with 100% similarity]
tests/runtime/CMakeLists.txt [deleted file]
tests/runtime/neural_networks_test/CMakeLists.txt [deleted file]