ArmNN
 21.02
RefJsonPrinterTests.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 (SoftmaxProfilerJsonPrinterCpuRefTest)
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE()

BOOST_AUTO_TEST_CASE ( SoftmaxProfilerJsonPrinterCpuRefTest  )

Definition at line 16 of file RefJsonPrinterTests.cpp.

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

17 {
18  std::vector<armnn::BackendId> backends = {armnn::Compute::CpuRef};
20 }
CPU Execution: Reference C++ kernels.
void RunSoftmaxProfilerJsonPrinterTest(const std::vector< armnn::BackendId > &backends)