IVGCVSW-2918 Implement ExecutionFrame.
authorTeresa Charlin <teresa.charlinreyes@arm.com>
Wed, 10 Apr 2019 12:59:49 +0000 (13:59 +0100)
committerteresa.charlinreyes <teresa.charlinreyes@arm.com>
Tue, 23 Apr 2019 09:56:18 +0000 (09:56 +0000)
commit4de9f67c91b9224f447bd4a50b67129064b8c824
tree46553bf229b195ba58bc23d3d967b60cdaedbc49
parent8271f8144db825960699fffd190ab3e546ee65fc
IVGCVSW-2918 Implement ExecutionFrame.

*Add interface IExecutionFrame.
*Add basic implementation ExecutionFrame.
*Add Unit Test

Change-Id: I960ac84a05c0c9b03735ec5e9c63f6f8f95b57b5
Signed-off-by: Kevin May <kevin.may@arm.com>
Signed-off-by: Teresa Charlin <teresa.charlinreyes@arm.com>
Signed-off-by: Aron Virginas-Tar <Aron.Virginas-Tar@arm.com>
CMakeLists.txt
src/armnn/ExecutionFrame.cpp [new file with mode: 0644]
src/armnn/ExecutionFrame.hpp [new file with mode: 0644]
src/armnn/test/ExecutionFrameTest.cpp [new file with mode: 0644]