[nnc] Delete interpreter system tests (#2927)
authorСергей Баранников/AI Tools Lab /SRR/Engineer/삼성전자 <s.barannikov@samsung.com>
Fri, 25 Jan 2019 11:34:07 +0000 (14:34 +0300)
committerEfimov Alexander/AI Tools Lab/./Samsung Electronics <a.efimov@samsung.com>
Fri, 25 Jan 2019 11:34:07 +0000 (14:34 +0300)
commit1d74fcc07abd136937263b0d4e3c58916350d1b3
tree1a6113a1be87c5e79e69bb7ce48a055bd3f857eb
parent23e28c80f7c082183923d157db335775477f4e76
[nnc] Delete interpreter system tests (#2927)

Delete deprecated interpreter system tests.

Signed-off-by: Sergei Barannikov <s.barannikov@samsung.com>
22 files changed:
contrib/nnc/tests/CMakeLists.txt
contrib/nnc/tests/interpreter/CMakeLists.txt [deleted file]
contrib/nnc/tests/interpreter/gen/gen_test_data.py [deleted file]
contrib/nnc/tests/interpreter/gen/op_info.fbs [deleted file]
contrib/nnc/tests/interpreter/gen/opinfo/OperatorInfo.py [deleted file]
contrib/nnc/tests/interpreter/gen/opinfo/OperatorInfoList.py [deleted file]
contrib/nnc/tests/interpreter/gen/opinfo/OperatorType.py [deleted file]
contrib/nnc/tests/interpreter/gen/opinfo/PadType.py [deleted file]
contrib/nnc/tests/interpreter/gen/opinfo/PoolType.py [deleted file]
contrib/nnc/tests/interpreter/gen/opinfo/Shape.py [deleted file]
contrib/nnc/tests/interpreter/gen/opinfo/Tensor.py [deleted file]
contrib/nnc/tests/interpreter/gen/opinfo/__init__.py [deleted file]
contrib/nnc/tests/interpreter/gen/requirements.txt [deleted file]
contrib/nnc/tests/interpreter/gen/run_flatc.sh [deleted file]
contrib/nnc/tests/interpreter/gen/run_gen.sh [deleted file]
contrib/nnc/tests/interpreter/graph_creator.cpp [deleted file]
contrib/nnc/tests/interpreter/graph_creator.h [deleted file]
contrib/nnc/tests/interpreter/main.cpp [deleted file]
contrib/nnc/tests/interpreter/op_info_util.cpp [deleted file]
contrib/nnc/tests/interpreter/op_info_util.h [deleted file]
contrib/nnc/tests/interpreter/op_test.cpp [deleted file]
contrib/nnc/tests/interpreter/test_data/test_description.txt [deleted file]