aboutsummaryrefslogtreecommitdiff
path: root/include/armnn/IProfiler.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/armnn/IProfiler.hpp')
-rw-r--r--include/armnn/IProfiler.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/armnn/IProfiler.hpp b/include/armnn/IProfiler.hpp
index 5ce42017d9..5fbb67000a 100644
--- a/include/armnn/IProfiler.hpp
+++ b/include/armnn/IProfiler.hpp
@@ -39,6 +39,10 @@ public:
/// @param [out] outStream The stream where to write the profiling results to.
void Print(std::ostream& outStream) const;
+ /// Print out details of each layer within the network that possesses a descriptor.
+ /// Also outputs tensor info.
+ void EnableNetworkDetailsToStdOut();
+
~IProfiler();
IProfiler();