IVGCVSW-2353 Ignore control inputs in TensorFlow parser
authornarpra01 <narumol.prangnawarat@arm.com>
Fri, 21 Dec 2018 18:30:00 +0000 (18:30 +0000)
committerLes Bell <les.bell@arm.com>
Wed, 2 Jan 2019 09:25:42 +0000 (09:25 +0000)
commit6f37f83a27160948fee366b9f195c52f78cb88f0
treed09a8d5769c3ac2c8f45660d305e9a6124716310
parentc48ac8c8cea1748ebfef15144f070799d4a129c3
IVGCVSW-2353 Ignore control inputs in TensorFlow parser

 * Allow control inputs from TensorFlow graph but ignore them in ArmNN graph.
 * Add utility function to test ArmNN graph structure.
 * Add ArmNN graph structure tests in TensorFlow paresr to ensure that control inputs
   are ignored in ArmNN graph as well as their inputs that are not used anywhere else.

Change-Id: Ib0ea0d2df85e3fc79b748fa4c9d20e0649352bc1
Android.mk
CMakeLists.txt
src/armnn/test/GraphTests.cpp
src/armnn/test/GraphUtils.cpp [new file with mode: 0644]
src/armnn/test/GraphUtils.hpp
src/armnnTfParser/TfParser.cpp
src/armnnTfParser/TfParser.hpp
src/armnnTfParser/test/Assert.cpp [new file with mode: 0644]
src/armnnUtils/ParserPrototxtFixture.hpp