aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNarumol Prangnawarat <narumol.prangnawarat@arm.com>2021-02-04 11:05:52 +0000
committerNarumol Prangnawarat <narumol.prangnawarat@arm.com>2021-02-04 14:00:26 +0000
commita4533faaeb07151476e074298f3403896f95668b (patch)
treea87bc43f397d6a27e894934edf8c013e75cfeeb3
parentef33cb192eef332fb3a26be742b341288421e5bc (diff)
downloadarmnn-a4533faaeb07151476e074298f3403896f95668b.tar.gz
Remove LFS configuration
* Remove LFS configuration * Add mock test models for external delegate Signed-off-by: Narumol Prangnawarat <narumol.prangnawarat@arm.com> Change-Id: I9f5b427a995aff22391548cd45821cb2afc8a474
-rw-r--r--.gitattributes1
-rw-r--r--delegate/python/test/test_data/conv2d.tflitebin0 -> 728 bytes
-rw-r--r--delegate/python/test/test_data/fallback_model.tflitebin0 -> 704 bytes
-rw-r--r--delegate/python/test/test_data/fp32_model.tflitebin0 -> 688 bytes
4 files changed, 0 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes
deleted file mode 100644
index 7d63010835..0000000000
--- a/.gitattributes
+++ /dev/null
@@ -1 +0,0 @@
-*.tflite filter=lfs diff=lfs merge=lfs -text
diff --git a/delegate/python/test/test_data/conv2d.tflite b/delegate/python/test/test_data/conv2d.tflite
new file mode 100644
index 0000000000..ab564591b0
--- /dev/null
+++ b/delegate/python/test/test_data/conv2d.tflite
Binary files differ
diff --git a/delegate/python/test/test_data/fallback_model.tflite b/delegate/python/test/test_data/fallback_model.tflite
new file mode 100644
index 0000000000..84f94018a6
--- /dev/null
+++ b/delegate/python/test/test_data/fallback_model.tflite
Binary files differ
diff --git a/delegate/python/test/test_data/fp32_model.tflite b/delegate/python/test/test_data/fp32_model.tflite
new file mode 100644
index 0000000000..77fc7379c1
--- /dev/null
+++ b/delegate/python/test/test_data/fp32_model.tflite
Binary files differ