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

Method run

src/runtime/NEON/functions/NEDeconvolutionLayer.cpp:301–313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299}
300
301void NEDeconvolutionLayer::run()
302{
303 ARM_COMPUTE_TRACE_EVENT(ARM_COMPUTE_PROF_CAT_CPU, ARM_COMPUTE_PROF_LVL_CPU, "NEDeconvolutionLayer::run");
304 prepare();
305
306 MemoryGroupResourceScope scope_mg(_memory_group);
307
308 if (_do_upsampling)
309 {
310 _upsample_f.run();
311 }
312 _conv_f.run();
313}
314
315void NEDeconvolutionLayer::prepare()
316{

Callers 1

prepareMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected