Home
last modified time | relevance | path

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

/external/armnn/tests/ExecuteNetwork/
DExecuteNetwork.cpp74 executor->PrintNetworkInfo(); in main()
95 comparisonExecutor->PrintNetworkInfo(); in main()
DIExecutor.hpp18 virtual void PrintNetworkInfo() = 0;
DTfliteExecutor.hpp27 void PrintNetworkInfo() override{}; in PrintNetworkInfo() function in TfLiteExecutor
DArmNNExecutor.hpp43 void PrintNetworkInfo() override;
DArmNNExecutor.cpp232 void ArmNNExecutor::PrintNetworkInfo() in PrintNetworkInfo() function in ArmNNExecutor