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

Method NEGEMMConv2d

src/runtime/NEON/functions/NEGEMMConv2d.cpp:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48};
49
50NEGEMMConv2d::NEGEMMConv2d(const std::shared_ptr<IMemoryManager> &memory_manager) : _impl(std::make_unique<Impl>())
51{
52 _impl->memory_group = MemoryGroup(memory_manager);
53}
54
55NEGEMMConv2d::~NEGEMMConv2d() = default;
56

Callers

nothing calls this directly

Calls 1

MemoryGroupClass · 0.85

Tested by

no test coverage detected