ArmNN
 21.02
NeonJsonPrinterTests.cpp File Reference
#include <armnn/BackendId.hpp>
#include <backendsCommon/test/JsonPrinterTestImpl.hpp>
#include <boost/test/unit_test.hpp>
#include <vector>

Go to the source code of this file.

Functions

 BOOST_AUTO_TEST_CASE (SoftmaxProfilerJsonPrinterCpuAccTest)
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE()

BOOST_AUTO_TEST_CASE ( SoftmaxProfilerJsonPrinterCpuAccTest  )

Definition at line 16 of file NeonJsonPrinterTests.cpp.

References BOOST_AUTO_TEST_SUITE_END(), armnn::CpuAcc, and RunSoftmaxProfilerJsonPrinterTest().

17 {
18  std::vector<armnn::BackendId> backends = {armnn::Compute::CpuAcc};
20 }
void RunSoftmaxProfilerJsonPrinterTest(const std::vector< armnn::BackendId > &backends)
CPU Execution: NEON: ArmCompute.