aboutsummaryrefslogtreecommitdiff
path: root/Utils.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'Utils.hpp')
-rw-r--r--Utils.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Utils.hpp b/Utils.hpp
index 5aac4716..267e519e 100644
--- a/Utils.hpp
+++ b/Utils.hpp
@@ -144,4 +144,7 @@ void ExportNetworkGraphToDotFile(const armnn::IOptimizedNetwork& optimizedNetwor
}
}
+/// Checks if a tensor info represents a dynamic tensor
+bool IsDynamicTensor(const armnn::TensorInfo& outputInfo);
+
} // namespace armnn_driver