blob: 3ca8843812f884e56ec0acc62fc8d6c8b860ebae [file] [log] [blame]
//
// Copyright © 2017 Arm Ltd. All rights reserved.
// SPDX-License-Identifier: MIT
//
#include "StringMapping.hpp"
namespace armnn
{
const StringMapping& StringMapping::Instance()
{
static StringMapping instance;
return instance;
}
} // armnn