|
25.11
|
#include "LayerWithParameters.hpp"#include <armnn/backends/WorkloadFactory.hpp>#include <armnn/Descriptors.hpp>#include <memory>#include <functional>Go to the source code of this file.
Classes | |
| class | PreCompiledLayer |
Namespaces | |
| namespace | armnn |
| Copyright (c) 2021 ARM Limited and Contributors. | |
Typedefs | |
| using | PreCompiledObjectDeleter = std::function<void(const void*)> |
| using | PreCompiledObjectPtr = std::unique_ptr<void, PreCompiledObjectDeleter> |