From 4914d0c1f4cbb01fe276a7093af4cff13270b74a Mon Sep 17 00:00:00 2001 From: Keith Davis Date: Wed, 18 Aug 2021 17:14:05 +0100 Subject: IVGCVSW-6249 Add ProfilingDetails Macros to all workloads in Ref, Neon, CL * Add functionality to only output network details in ExNet Signed-off-by: Keith Davis Change-Id: I0c45e67193f308ce7b86f1bb1a918a266fefba2e --- include/armnn/IProfiler.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/armnn/IProfiler.hpp') diff --git a/include/armnn/IProfiler.hpp b/include/armnn/IProfiler.hpp index 5fbb67000a..1b450d0151 100644 --- a/include/armnn/IProfiler.hpp +++ b/include/armnn/IProfiler.hpp @@ -40,8 +40,8 @@ public: 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(); + /// Also outputs tensor info. This will be part of the profiling json output + void EnableNetworkDetailsToStdOut(ProfilingDetailsMethod detailsMethod); ~IProfiler(); IProfiler(); -- cgit v1.2.1