ArmNN
 25.11
Loading...
Searching...
No Matches
StringMapping.cpp
Go to the documentation of this file.
1//
2// Copyright © 2017 Arm Ltd. All rights reserved.
3// SPDX-License-Identifier: MIT
4//
5
6#include "StringMapping.hpp"
7
8namespace armnn
9{
10
11const StringMapping& StringMapping::Instance()
12{
13 static StringMapping instance;
14 return instance;
15}
16
17} // armnn
Copyright (c) 2021 ARM Limited and Contributors.
static const StringMapping & Instance()