From b1dc0c560d60d268b95935373604afa0425fc48d Mon Sep 17 00:00:00 2001 From: Matteo Martincigh Date: Fri, 24 Aug 2018 18:57:17 +0100 Subject: IVGCVSW-1513 Changed when the profiling info is saved to file in the Android NN Driver * Moved the profiling enable to the ArmnnPreparedModel constructor * Moved the dump fo the profiling info to the ArmnnPreparedModel destructor Change-Id: Ide208688bcf9d0cd25fa23890a059e523b808902 --- ArmnnPreparedModel.cpp | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/ArmnnPreparedModel.cpp b/ArmnnPreparedModel.cpp index 1395377e..d338fdc8 100644 --- a/ArmnnPreparedModel.cpp +++ b/ArmnnPreparedModel.cpp @@ -227,11 +227,6 @@ void ArmnnPreparedModel::ExecuteGraph(std::shared_ptrGetProfiler(m_NetworkId)->EnableProfiling(true); - } - DumpTensorsIfRequired("Input", *pInputTensors); // run it @@ -248,11 +243,6 @@ void ArmnnPreparedModel::ExecuteGraph(std::shared_ptr