aboutsummaryrefslogtreecommitdiff
path: root/src/armnnUtils/PrototxtConversions.hpp
blob: c90af9edff3c96c1a736dde6e345580454f84400 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//
// Copyright © 2017 Arm Ltd. All rights reserved.
// SPDX-License-Identifier: MIT
//

#pragma once

#include <string>

namespace armnnUtils
{

/// Converts an int value into the Prototxt octal representation
std::string ConvertInt32ToOctalString(int value);

} // namespace armnnUtils