ArmNN
 20.11
ClJsonPrinterTests.cpp File Reference
#include <armnn/BackendId.hpp>
#include <cl/test/ClContextControlFixture.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 (SoftmaxProfilerJsonPrinterGpuAccTest)
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE()

BOOST_AUTO_TEST_CASE ( SoftmaxProfilerJsonPrinterGpuAccTest  )

Definition at line 17 of file ClJsonPrinterTests.cpp.

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

18 {
19  std::vector<armnn::BackendId> backends = {armnn::Compute::GpuAcc};
21 }
void RunSoftmaxProfilerJsonPrinterTest(const std::vector< armnn::BackendId > &backends)
GPU Execution: OpenCL: ArmCompute.