From: 윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자 Date: Wed, 30 Oct 2019 22:01:08 +0000 (+0900) Subject: [compiler] introducing tf2tflite-quality-test (#8614) X-Git-Tag: submit/tizen/20191205.083104~498 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7e93d1489f767bd5d43c810e8a70b584e33b18b6;p=platform%2Fcore%2Fml%2Fnnfw.git [compiler] introducing tf2tflite-quality-test (#8614) 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 --- diff --git a/compiler/tf2tflite-quality-test/.gitignore b/compiler/tf2tflite-quality-test/.gitignore new file mode 100644 index 0000000..23c7c1b --- /dev/null +++ b/compiler/tf2tflite-quality-test/.gitignore @@ -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 index 0000000..b8bd383 --- /dev/null +++ b/compiler/tf2tflite-quality-test/CMakeLists.txt @@ -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 index 0000000..968c345 --- /dev/null +++ b/compiler/tf2tflite-quality-test/contrib/.gitignore @@ -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 index 0000000..9fa4bf9 --- /dev/null +++ b/compiler/tf2tflite-quality-test/requires.cmake @@ -0,0 +1 @@ +# TODO write this