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

Go to the source code of this file.

Functions

 TEST_SUITE ("RefJsonPrinter")
 

Function Documentation

◆ TEST_SUITE()

TEST_SUITE ( "RefJsonPrinter"  )

Definition at line 14 of file RefJsonPrinterTests.cpp.

References armnn::CpuRef, and RunSoftmaxProfilerJsonPrinterTest().

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