Rename Optimize's errMessages to messages
authorRob Hughes <robert.hughes@arm.com>
Tue, 5 Nov 2019 11:27:36 +0000 (11:27 +0000)
committerMatteo Martincigh <matteo.martincigh@arm.com>
Tue, 5 Nov 2019 16:27:44 +0000 (16:27 +0000)
commit2321443802298d5ebf53d74e79d24bd5f0630066
treeae2f0def5d57c36ec972d5dfa7e9fa1ddaca6c9b
parent378bbfc0d7e97f7e63dc7e39117751a5ac3f21fe
Rename Optimize's errMessages to messages

This parameter can contain both errors and warnings, so calling it errMessages is confusing as the user only expects to see errors here.

Ideally this rename should be propagated to the lower layers of the implementation,
but the public header change is the most useful part.

Change-Id: I062564cf38d36f950adfa7c37c090b189e068134
include/armnn/INetwork.hpp
src/armnn/Network.cpp