MLECO-755: ArmNN: Add file format external profiling option
authorIsabella Gottardi <isabella.gottardi@arm.com>
Wed, 11 Mar 2020 18:04:20 +0000 (18:04 +0000)
committerIsabella Gottardi <isabella.gottardi@arm.com>
Thu, 19 Mar 2020 18:25:33 +0000 (18:25 +0000)
commita0687eef149fbf57bb6db0621ec65724f550b1ed
treeb11b19403f5e4117eecf315072375a5d3ea84647
parentea54a01f6bd30f013cbe88ae1751985bc86b6af5
MLECO-755: ArmNN: Add file format external profiling option

* Added new m_FileFormat variable in ExternalProfilingOptions
* Added new profiling option to ExecuteNetwork
* Added check for file format in ProfilingConnectionFactory
* Added test in profiling tests

Change-Id: I0e9cb8ecac919dc0ed03dcf77324a65621f07ae7
Signed-off-by: Isabella Gottardi <isabella.gottardi@arm.com>
include/armnn/IRuntime.hpp
src/profiling/ProfilingConnectionFactory.cpp
src/profiling/test/ProfilingTests.cpp
tests/ExecuteNetwork/ExecuteNetwork.cpp