[compiler] introducing tf2tflite-quality-test (#8614)
author윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자 <hyunsik.yoon@samsung.com>
Wed, 30 Oct 2019 22:01:08 +0000 (07:01 +0900)
committer박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Wed, 30 Oct 2019 22:01:08 +0000 (07:01 +0900)
This introduces a new project called `tf2tflite-quality-test`, whose previous name was `dredd`.
The basic structure of this is very similar with `tf2tflite-model-test`.

Signed-off-by: Hyun Sik Yoon <hyunsik.yoon@samsung.com>
compiler/tf2tflite-quality-test/.gitignore [new file with mode: 0644]
compiler/tf2tflite-quality-test/CMakeLists.txt [new file with mode: 0644]
compiler/tf2tflite-quality-test/contrib/.gitignore [new file with mode: 0644]
compiler/tf2tflite-quality-test/requires.cmake [new file with mode: 0644]

diff --git a/compiler/tf2tflite-quality-test/.gitignore b/compiler/tf2tflite-quality-test/.gitignore
new file mode 100644 (file)
index 0000000..23c7c1b
--- /dev/null
@@ -0,0 +1 @@
+/contrib.lst
diff --git a/compiler/tf2tflite-quality-test/CMakeLists.txt b/compiler/tf2tflite-quality-test/CMakeLists.txt
new file mode 100644 (file)
index 0000000..b8bd383
--- /dev/null
@@ -0,0 +1 @@
+#TODO Write this
diff --git a/compiler/tf2tflite-quality-test/contrib/.gitignore b/compiler/tf2tflite-quality-test/contrib/.gitignore
new file mode 100644 (file)
index 0000000..968c345
--- /dev/null
@@ -0,0 +1,3 @@
+/*
+# Exclude all except below
+!.gitignore
diff --git a/compiler/tf2tflite-quality-test/requires.cmake b/compiler/tf2tflite-quality-test/requires.cmake
new file mode 100644 (file)
index 0000000..9fa4bf9
--- /dev/null
@@ -0,0 +1 @@
+# TODO write this