ArmNN
 22.02
ClJsonPrinterTests.cpp File Reference
#include <armnn/BackendId.hpp>
#include <cl/test/ClContextControlFixture.hpp>
#include <backendsCommon/test/JsonPrinterTestImpl.hpp>
#include <doctest/doctest.h>
#include <vector>

Go to the source code of this file.

Functions

 TEST_CASE_FIXTURE (ClProfilingContextControlFixture, "SoftmaxProfilerJsonPrinterGpuAccTest")
 

Function Documentation

◆ TEST_CASE_FIXTURE()

TEST_CASE_FIXTURE ( ClProfilingContextControlFixture  ,
"SoftmaxProfilerJsonPrinterGpuAccTest"   
)

Definition at line 15 of file ClJsonPrinterTests.cpp.

References armnn::GpuAcc, and RunSoftmaxProfilerJsonPrinterTest().

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