aboutsummaryrefslogtreecommitdiff
path: root/reference_model/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'reference_model/src/main.cpp')
-rw-r--r--reference_model/src/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/reference_model/src/main.cpp b/reference_model/src/main.cpp
index 0c86cbd..070eb33 100644
--- a/reference_model/src/main.cpp
+++ b/reference_model/src/main.cpp
@@ -109,9 +109,9 @@ int main(int argc, char** argv)
goto done;
}
- if (main_gt.allocateTensor())
+ if (main_gt.allocateInputTensors())
{
- WARNING("Failed to allocate tensor. Evaluation aborted.");
+ WARNING("Failed to allocate input tensors. Evaluation aborted.");
goto done;
}