ArmNN
 25.11
Loading...
Searching...
No Matches
NeonBackendId.hpp
Go to the documentation of this file.
1//
2// Copyright © 2017 Arm Ltd. All rights reserved.
3// SPDX-License-Identifier: MIT
4//
5#pragma once
6
7namespace armnn
8{
9
10constexpr const char * NeonBackendId() { return "CpuAcc"; }
11
12} // namespace armnn
Copyright (c) 2021 ARM Limited and Contributors.
constexpr const char * NeonBackendId()