aboutsummaryrefslogtreecommitdiff
path: root/src/armnnOnnxParser/test/OnnxParserTestUtils.hpp
blob: 212cf5965a7fd9323197aed5252628f75b0f0fd1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//
// Copyright © 2021 Arm Ltd and Contributors. All rights reserved.
// SPDX-License-Identifier: MIT
//

#pragma once

#include <iostream>
#include <vector>

namespace armnnUtils
{

std::string ConstructTensorShapeString(const std::vector<int>& shape);

std::string ConstructIntsAttribute(const std::string& name, const std::vector<int>& value);

} // namespace armnnUtils