aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/layers/LayerWithParameters.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnn/layers/LayerWithParameters.hpp')
-rw-r--r--src/armnn/layers/LayerWithParameters.hpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/armnn/layers/LayerWithParameters.hpp b/src/armnn/layers/LayerWithParameters.hpp
index 4e7cd45125..89525aa351 100644
--- a/src/armnn/layers/LayerWithParameters.hpp
+++ b/src/armnn/layers/LayerWithParameters.hpp
@@ -72,17 +72,8 @@ protected:
}
}
}
- if (tensors.empty())
- {
- const std::string warningMessage{"GetConnectedConstantAsInputTensors() called on Layer with no "
- "connected Constants as Input Tensors."};
- ARMNN_LOG(warning) << warningMessage;
- }
return tensors;
}
};
-
-
-
} // namespace