aboutsummaryrefslogtreecommitdiff
path: root/src/backends/backendsCommon/test/JsonPrinterTestImpl.hpp
blob: 93acd3a51f43cb5004e225c328344cf0d1248fe3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//
// Copyright © 2017 Arm Ltd. All rights reserved.
// SPDX-License-Identifier: MIT
//

#pragma once

#include <armnn/BackendId.hpp>

#include <vector>

void RunSoftmaxProfilerJsonPrinterTest(const std::vector<armnn::BackendId>& backends);