aboutsummaryrefslogtreecommitdiff
path: root/tests/DeepSpeechV1Database.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/DeepSpeechV1Database.hpp')
-rw-r--r--tests/DeepSpeechV1Database.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/DeepSpeechV1Database.hpp b/tests/DeepSpeechV1Database.hpp
index a690e3fece..81523775db 100644
--- a/tests/DeepSpeechV1Database.hpp
+++ b/tests/DeepSpeechV1Database.hpp
@@ -83,7 +83,7 @@ inline auto ParseDataArray<armnn::DataType::Signed32>(std::istream & stream)
}
template<>
-inline auto ParseDataArray<armnn::DataType::QuantisedAsymm8>(std::istream& stream,
+inline auto ParseDataArray<armnn::DataType::QAsymmU8>(std::istream& stream,
const float& quantizationScale,
const int32_t& quantizationOffset)
{