ArmNN
 20.08
PreCompiledLayer.hpp File Reference
#include "LayerWithParameters.hpp"
#include <backendsCommon/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) 2020 ARM Limited.
 

Typedefs

using PreCompiledObjectDeleter = std::function< void(const void *)>
 
using PreCompiledObjectPtr = std::unique_ptr< void, PreCompiledObjectDeleter >