Updated the inception_v3 model taken from official Tf

!devenv:148227

Change-Id: I550c885c125f2fe12951e38d4157276562cb49ec
diff --git a/tests/TfInceptionV3-Armnn/TfInceptionV3-Armnn.cpp b/tests/TfInceptionV3-Armnn/TfInceptionV3-Armnn.cpp
index 5140031..fcee978 100644
--- a/tests/TfInceptionV3-Armnn/TfInceptionV3-Armnn.cpp
+++ b/tests/TfInceptionV3-Armnn/TfInceptionV3-Armnn.cpp
@@ -51,7 +51,7 @@
 
         // Coverity fix: InferenceTestMain() may throw uncaught exceptions.
         retVal = armnn::test::ClassifierInferenceTestMain<DatabaseType, ParserType>(
-                    argc, argv, "inception_v3_2016_08_28_frozen_transformed.pb", true,
+                    argc, argv, "inception_v3_2016_08_28_frozen.pb", true,
                     "input", "InceptionV3/Predictions/Reshape_1", { 0, 1, 2, },
                     [&imageSet](const char* dataDir, const ModelType&) {
                         return DatabaseType(dataDir, 299, 299, imageSet);