Add transpose conv tflite file test (#5541)
author오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Wed, 3 Jul 2019 05:52:59 +0000 (14:52 +0900)
committer이춘석/On-Device Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>
Wed, 3 Jul 2019 05:52:59 +0000 (14:52 +0900)
Add transpose conv tensorflow lite file test (framework test) - same padding, stride 2

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
tests/framework/tests/transpose_conv/config.sh [new file with mode: 0644]

diff --git a/tests/framework/tests/transpose_conv/config.sh b/tests/framework/tests/transpose_conv/config.sh
new file mode 100644 (file)
index 0000000..2b19611
--- /dev/null
@@ -0,0 +1,2 @@
+MODELFILE_NAME="transpose_conv_test.tflite"
+STATUS="disabled"