24.08
|
#include <armnn/backends/IBackendInternal.hpp>
Go to the source code of this file.
Classes | |
class | RefBackend |
Namespaces | |
armnn | |
Copyright (c) 2021 ARM Limited and Contributors. | |
Variables | |
const BackendCapabilities | cpuRefCapabilities ("CpuRef", { {"NonConstWeights", true}, {"AsyncExecution", true}, {"ProtectedContentAllocation", false}, {"ConstantTensorsAsInputs", true}, {"PreImportIOTensors", true}, {"ExternallyManagedMemory", true}, {"MultiAxisPacking", false}, {"SingleAxisPacking", true}, {"HasFp16", true} }) |
const std::set< armnn::BackendCapability > | oldCpuRefCapabilities |