aboutsummaryrefslogtreecommitdiff
path: root/tests/InferenceTestImage.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/InferenceTestImage.hpp')
-rw-r--r--tests/InferenceTestImage.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/InferenceTestImage.hpp b/tests/InferenceTestImage.hpp
index 59f4cc7073..643d060919 100644
--- a/tests/InferenceTestImage.hpp
+++ b/tests/InferenceTestImage.hpp
@@ -92,7 +92,8 @@ public:
const armnn::CheckLocation& location,
const ResizingMethods meth = ResizingMethods::STB,
const std::array<float, 3>& mean = {{0.0, 0.0, 0.0}},
- const std::array<float, 3>& stddev = {{1.0, 1.0, 1.0}});
+ const std::array<float, 3>& stddev = {{1.0, 1.0, 1.0}},
+ const float scale = 255.0f);
void Write(WriteFormat format, const char* filePath) const;