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