ArmNN
 23.08
NeonBackend.hpp File Reference
#include <armnn/backends/IBackendInternal.hpp>
#include <arm_compute/core/CPP/CPPTypes.h>
Include dependency graph for NeonBackend.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  NeonBackend
 

Namespaces

 armnn
 Copyright (c) 2021 ARM Limited and Contributors.
 

Variables

const BackendCapabilities cpuAccCapabilities ("CpuAcc", { {"NonConstWeights", true}, {"AsyncExecution", false}, {"ProtectedContentAllocation", false}, {"ConstantTensorsAsInputs", true}, {"PreImportIOTensors", false}, {"ExternallyManagedMemory", true}, {"MultiAxisPacking", false}, {"SingleAxisPacking", true}, {"HasFp16", arm_compute::CPUInfo::get().has_fp16()} })