aboutsummaryrefslogtreecommitdiff
path: root/reference_model/src/subgraph_traverser.cc
diff options
context:
space:
mode:
Diffstat (limited to 'reference_model/src/subgraph_traverser.cc')
-rw-r--r--reference_model/src/subgraph_traverser.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/reference_model/src/subgraph_traverser.cc b/reference_model/src/subgraph_traverser.cc
index c02581f..5f6fd01 100644
--- a/reference_model/src/subgraph_traverser.cc
+++ b/reference_model/src/subgraph_traverser.cc
@@ -420,7 +420,7 @@ int SubgraphTraverser::allocateTensor()
if (!ts->GetData().empty())
{
- DEBUG_INFO(GT, "Allocating tensor %s", tensor->getName().c_str());
+ DEBUG_INFO(GT, "Setting data for tensor %s", tensor->getName().c_str());
auto serialization_dtype = ts->GetDtype();
switch (serialization_dtype)
{