Home
last modified time | relevance | path

Searched refs:ProfilingStopAndPrintUs (Results 1 – 5 of 5) sorted by relevance

/external/armnn/samples/ObjectDetection/include/delegate/
DArmnnNetworkExecutor.hpp115 m_profiling.ProfilingStopAndPrintUs("Loading the model took"); in ArmnnNetworkExecutor()
126 m_profiling.ProfilingStopAndPrintUs("Create the tflite interpreter"); in ArmnnNetworkExecutor()
149 m_profiling.ProfilingStopAndPrintUs("Create and load ArmNN Delegate"); in ArmnnNetworkExecutor()
209 m_profiling.ProfilingStopAndPrintUs("Perform inference"); in Run()
/external/armnn/samples/common/include/Utils/
DProfiling.hpp81 void ProfilingStopAndPrintUs(const std::string &title) in ProfilingStopAndPrintUs() function in common::Profiling
/external/armnn/samples/common/include/ArmnnUtils/
DArmnnNetworkExecutor.hpp159 m_profiling.ProfilingStopAndPrintUs("ArmnnNetworkExecutor time"); in ArmnnNetworkExecutor()
199 m_profiling.ProfilingStopAndPrintUs("Total inference time"); in Run()
/external/armnn/samples/ObjectDetection/test/delegate/
DArmnnDelegateNetworkExecutorTest.cpp74 profiling.ProfilingStopAndPrintUs("Overall test");
/external/armnn/samples/ObjectDetection/src/
DMain.cpp193 profiling.ProfilingStopAndPrintUs("Overall compute time"); in main()