ArmNN
 20.02
JsonPrinterTestImpl.hpp
Go to the documentation of this file.
1 //
2 // Copyright © 2017 Arm Ltd. All rights reserved.
3 // SPDX-License-Identifier: MIT
4 //
5 
6 #pragma once
7 
8 #include <armnn/BackendId.hpp>
9 
10 #include <vector>
11 
12 void RunSoftmaxProfilerJsonPrinterTest(const std::vector<armnn::BackendId>& backends);
void RunSoftmaxProfilerJsonPrinterTest(const std::vector< armnn::BackendId > &backends)