aboutsummaryrefslogtreecommitdiff
path: root/tests/profiling/gatordmock/MockUtils.hpp
blob: 78bd867b0f50d99484cf9cf03f6f150f4773e1b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
//
// Copyright © 2017 Arm Ltd. All rights reserved.
// SPDX-License-Identifier: MIT
//

#pragma once

#include <EncodeVersion.hpp>
#include <ProfilingUtils.hpp>

namespace armnn
{

namespace gatordmock
{

std::string CentreAlignFormatting(const std::string& stringToPass, const int spacingWidth);

std::string GetStringNameFromBuffer(const unsigned char *const data, uint32_t offset);

bool IsValidChar(unsigned char c);

} // gatordmock

} // armnn