From a4533faaeb07151476e074298f3403896f95668b Mon Sep 17 00:00:00 2001 From: Narumol Prangnawarat Date: Thu, 4 Feb 2021 11:05:52 +0000 Subject: Remove LFS configuration * Remove LFS configuration * Add mock test models for external delegate Signed-off-by: Narumol Prangnawarat Change-Id: I9f5b427a995aff22391548cd45821cb2afc8a474 --- .gitattributes | 1 - delegate/python/test/test_data/conv2d.tflite | Bin 0 -> 728 bytes delegate/python/test/test_data/fallback_model.tflite | Bin 0 -> 704 bytes delegate/python/test/test_data/fp32_model.tflite | Bin 0 -> 688 bytes 4 files changed, 1 deletion(-) delete mode 100644 .gitattributes create mode 100644 delegate/python/test/test_data/conv2d.tflite create mode 100644 delegate/python/test/test_data/fallback_model.tflite create mode 100644 delegate/python/test/test_data/fp32_model.tflite 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 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 index 0000000000..84f94018a6 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 index 0000000000..77fc7379c1 Binary files /dev/null and b/delegate/python/test/test_data/fp32_model.tflite differ -- cgit v1.2.1