24.08
|
#include "IBackendInternal.hpp"
#include <armnn/BackendRegistry.hpp>
#include <armnn/BackendId.hpp>
#include <stdint.h>
#include <functional>
#include <memory>
#include <string>
Go to the source code of this file.
Classes | |
class | DynamicBackend |
Namespaces | |
armnn | |
Copyright (c) 2021 ARM Limited and Contributors. | |
Typedefs | |
using | DynamicBackendPtr = std::unique_ptr< DynamicBackend > |