Remove LFS configuration
authorNarumol Prangnawarat <narumol.prangnawarat@arm.com>
Thu, 4 Feb 2021 11:05:52 +0000 (11:05 +0000)
committerNarumol Prangnawarat <narumol.prangnawarat@arm.com>
Thu, 4 Feb 2021 14:00:26 +0000 (14:00 +0000)
 * Remove LFS configuration
 * Add mock test models for external delegate

Signed-off-by: Narumol Prangnawarat <narumol.prangnawarat@arm.com>
Change-Id: I9f5b427a995aff22391548cd45821cb2afc8a474

.gitattributes [deleted file]
delegate/python/test/test_data/conv2d.tflite [new file with mode: 0644]
delegate/python/test/test_data/fallback_model.tflite [new file with mode: 0644]
delegate/python/test/test_data/fp32_model.tflite [new file with mode: 0644]

diff --git a/.gitattributes b/.gitattributes
deleted file mode 100644 (file)
index 7d63010..0000000
+++ /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 (file)
index 0000000..ab56459
Binary files /dev/null and b/delegate/python/test/test_data/conv2d.tflite 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 (file)
index 0000000..84f9401
Binary files /dev/null and b/delegate/python/test/test_data/fallback_model.tflite 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 (file)
index 0000000..77fc737
Binary files /dev/null and b/delegate/python/test/test_data/fp32_model.tflite differ