MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / NEPoolingLayer

Method NEPoolingLayer

src/runtime/NEON/functions/NEPoolingLayer.cpp:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47NEPoolingLayer::~NEPoolingLayer() = default;
48
49NEPoolingLayer::NEPoolingLayer(std::shared_ptr<IMemoryManager> memory_manager) : _impl(std::make_unique<Impl>())
50{
51 _impl->memory_group = MemoryGroup(std::move(memory_manager));
52}
53
54void NEPoolingLayer::configure(ITensor *input, ITensor *output, const PoolingLayerInfo &pool_info, ITensor *indices)
55{

Callers

nothing calls this directly

Calls 1

MemoryGroupClass · 0.85

Tested by

no test coverage detected