|
24.08
|
#include "GpuFsaBackend.hpp"#include "GpuFsaBackendContext.hpp"#include "GpuFsaBackendDefaultAllocator.hpp"#include "GpuFsaBackendId.hpp"#include "GpuFsaLayerSupport.hpp"#include "GpuFsaTensorHandleFactory.hpp"#include "GpuFsaWorkloadFactory.hpp"#include <armnn/backends/IBackendContext.hpp>#include <armnn/backends/IMemoryManager.hpp>#include <backendsCommon/SubgraphUtils.hpp>#include <Optimizer.hpp>#include <arm_compute/core/CL/CLKernelLibrary.h>#include <arm_compute/runtime/CL/CLBufferAllocator.h>#include "layers/GpuFsaActivation.hpp"#include "layers/GpuFsaBatchMatMul.hpp"#include "layers/GpuFsaCast.hpp"#include "layers/GpuFsaConvolution2d.hpp"#include "layers/GpuFsaDepthwiseConvolution2d.hpp"#include "layers/GpuFsaElementwiseBinary.hpp"#include "layers/GpuFsaPooling2d.hpp"#include "layers/GpuFsaReshape.hpp"#include "layers/GpuFsaResize.hpp"#include "layers/GpuFsaSoftmax.hpp"Go to the source code of this file.
Namespaces | |
| armnn | |
| Copyright (c) 2021 ARM Limited and Contributors. | |
Functions | |
| template<typename T > | |
| void | DeleteAsType (const void *const blob) |
| SubgraphView::InputSlots | CreateInputsFrom (Layer *layer) |
| SubgraphView::OutputSlots | CreateOutputsFrom (Layer *layer) |
| SubgraphView::SubgraphViewPtr | CreateSubgraphViewFrom (SubgraphView::InputSlots &&inputs, SubgraphView::OutputSlots &&outputs, SubgraphView::Layers &&layers) |