24.08
|
#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 | |
armnn | |
Copyright (c) 2021 ARM Limited and Contributors. | |
Typedefs | |
using | PreCompiledObjectDeleter = std::function< void(const void *)> |
using | PreCompiledObjectPtr = std::unique_ptr< void, PreCompiledObjectDeleter > |