IVGCVSW-5619 Enable OptimizerOptions for the python external delegate
authorNarumol Prangnawarat <narumol.prangnawarat@arm.com>
Fri, 29 Jan 2021 15:38:54 +0000 (15:38 +0000)
committerNarumol Prangnawarat <narumol.prangnawarat@arm.com>
Tue, 2 Feb 2021 13:53:38 +0000 (13:53 +0000)
commit74a3cf5755b801cf258177e8e55b4cda64a0c351
tree01246003e2b336e75095d148000370a17e790511
parentbd4fcc30a3732ce63e100d556ee5c9ea9e556c05
IVGCVSW-5619 Enable OptimizerOptions for the python external delegate

 * Add reduce-fp32-to-fp16, reduce-fp32-to-bf16, debug-data, memory-import
options to external delegate
 * Simplify DelegateOptions
 * Add test mock models
 * Unit tests
 * Configure lfs to manage tflite files

Signed-off-by: Narumol Prangnawarat <narumol.prangnawarat@arm.com>
Change-Id: I1e4db468862ba03d4cb031347bc307cf940b3cb1
.gitattributes [new file with mode: 0644]
delegate/include/DelegateOptions.hpp
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]
delegate/python/test/test_external_delegate.py
delegate/python/test/utils.py
delegate/src/DelegateOptions.cpp
delegate/src/armnn_delegate.cpp
delegate/src/armnn_external_delegate.cpp
delegate/src/test/DelegateOptionsTest.cpp