ArmNN
 25.11
Loading...
Searching...
No Matches
PreCompiledLayer.hpp File Reference
#include "LayerWithParameters.hpp"
#include <armnn/backends/WorkloadFactory.hpp>
#include <armnn/Descriptors.hpp>
#include <memory>
#include <functional>
Include dependency graph for PreCompiledLayer.hpp:
This graph shows which files directly or indirectly include this file:

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>