aboutsummaryrefslogtreecommitdiff
path: root/test/1.3/QLstm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/1.3/QLstm.cpp')
-rw-r--r--test/1.3/QLstm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/1.3/QLstm.cpp b/test/1.3/QLstm.cpp
index 2dbd8b3e..27e52a60 100644
--- a/test/1.3/QLstm.cpp
+++ b/test/1.3/QLstm.cpp
@@ -32,7 +32,7 @@ namespace
template<typename T>
RequestArgument CreateRequestArgument(const std::vector<T>& value, unsigned int poolIndex)
{
- DataLocation inputInloc = {};
+ V1_0::DataLocation inputInloc = {};
inputInloc.poolIndex = poolIndex;
inputInloc.offset = 0;
inputInloc.length = value.size() * sizeof(T);