Revise framework test list (#2636)
author오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Fri, 7 Sep 2018 04:01:00 +0000 (13:01 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Fri, 7 Sep 2018 04:01:00 +0000 (13:01 +0900)
commit1dcb3127aba938d911ce10083fa2ee1b216c6a3d
treeb4f8fd445fdccc2134bf0d81436dc78aad6769c1
parent3d9cff194a245be06559d2321bfea017bd2cc426
Revise framework test list (#2636)

- Change directory structure: test/{tflite op name}/{testname}
- Add new framework tests to support more operators
- Update test list for neurun and benchmark_op

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
38 files changed:
tests/framework/tests/MODELS/inception_module/config.sh [moved from tests/framework/tests/inceptionv3/inception_module/config.sh with 100% similarity]
tests/framework/tests/MODELS/inception_nonslim/config.sh [moved from tests/framework/tests/inceptionv3/inception_nonslim/config.sh with 100% similarity]
tests/framework/tests/MODELS/inception_slim/config.sh [moved from tests/framework/tests/inceptionv3/inception_slim/config.sh with 100% similarity]
tests/framework/tests/MODELS/mobilenet/config.sh [moved from tests/framework/tests/mobilenet/config.sh with 100% similarity]
tests/framework/tests/average_pool_2d/avgpool1/config.sh [moved from tests/framework/tests/avgpool1/config.sh with 100% similarity]
tests/framework/tests/average_pool_2d/avgpool2/config.sh [moved from tests/framework/tests/avgpool2/config.sh with 100% similarity]
tests/framework/tests/concat/2D/config.sh [new file with mode: 0644]
tests/framework/tests/concat/concat1/config.sh [moved from tests/framework/tests/concat1/config.sh with 100% similarity]
tests/framework/tests/concat/concat2/config.sh [moved from tests/framework/tests/concat2/config.sh with 100% similarity]
tests/framework/tests/conv_2d/convolution1/config.sh [moved from tests/framework/tests/convolution1/config.sh with 100% similarity]
tests/framework/tests/conv_2d/convolution2/config.sh [moved from tests/framework/tests/convolution2/config.sh with 100% similarity]
tests/framework/tests/depthwise_conv_2d/depthconv1/config.sh [moved from tests/framework/tests/depthconv1/config.sh with 100% similarity]
tests/framework/tests/depthwise_conv_2d/depthconv2/config.sh [moved from tests/framework/tests/depthconv2/config.sh with 100% similarity]
tests/framework/tests/embedding_lookup/config.sh [new file with mode: 0644]
tests/framework/tests/floor/floor1/config.sh [new file with mode: 0644]
tests/framework/tests/floor/floor2/config.sh [new file with mode: 0644]
tests/framework/tests/fullyconnected/fc1/config.sh [moved from tests/framework/tests/fullyconnected/config.sh with 100% similarity]
tests/framework/tests/fullyconnected/matmul2x2/config.sh [moved from tests/framework/tests/mul/matmul2x2/config.sh with 100% similarity]
tests/framework/tests/hashtable_lookup/config.sh [new file with mode: 0644]
tests/framework/tests/l2_normalization/config.sh [new file with mode: 0644]
tests/framework/tests/l2_pool_2d/config.sh [moved from tests/framework/tests/l2pool2d/config.sh with 100% similarity]
tests/framework/tests/max_pool_2d/maxpool1/config.sh [moved from tests/framework/tests/maxpool1/config.sh with 100% similarity]
tests/framework/tests/max_pool_2d/maxpool2/config.sh [moved from tests/framework/tests/maxpool2/config.sh with 100% similarity]
tests/framework/tests/pad/4D_2D/config.sh [new file with mode: 0644]
tests/framework/tests/pad/pad1/config.sh [new file with mode: 0644]
tests/framework/tests/pad/pad2/config.sh [new file with mode: 0644]
tests/framework/tests/reduce_mean/test1/config.sh [new file with mode: 0644]
tests/framework/tests/reduce_mean/test2/config.sh [new file with mode: 0644]
tests/framework/tests/reshape/3D/config.sh [new file with mode: 0644]
tests/framework/tests/reshape/reshape1/config.sh [moved from tests/framework/tests/reshape1/config.sh with 100% similarity]
tests/framework/tests/reshape/reshape2/config.sh [moved from tests/framework/tests/reshape2/config.sh with 100% similarity]
tests/framework/tests/rnn/config.sh [new file with mode: 0644]
tests/framework/tests/space_to_depth/config.sh [new file with mode: 0644]
tests/framework/tests/squeeze/config.sh [new file with mode: 0644]
tests/framework/tests/topk_v2/config.sh [moved from tests/framework/tests/topkv2/config.sh with 100% similarity]
tests/framework/tests/tranpose/config.sh [new file with mode: 0644]
tools/test_driver/benchmark_op_list.txt
tools/test_driver/neurun_frameworktest_list.txt