// // Copyright © 2017 Arm Ltd. All rights reserved. // SPDX-License-Identifier: MIT // #include #include #include #include BOOST_AUTO_TEST_SUITE(RefJsonPrinter) BOOST_AUTO_TEST_CASE(SoftmaxProfilerJsonPrinterCpuRefTest) { std::vector backends = {armnn::Compute::CpuRef}; SetupSoftmaxProfilerWithSpecifiedBackendsAndValidateJsonPrinterResult(backends); } BOOST_AUTO_TEST_SUITE_END()