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

Method IOperator

src/common/IOperator.cpp:31–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29{
30#ifndef DOXYGEN_SKIP_THIS
31IOperator::IOperator(IContext *ctx) : AclOperator_()
32{
33 ARM_COMPUTE_ASSERT_NOT_NULLPTR(ctx);
34 this->header.ctx = ctx;
35 this->header.ctx->inc_ref();
36}
37
38IOperator::~IOperator()
39{

Callers

nothing calls this directly

Calls 1

inc_refMethod · 0.80

Tested by

no test coverage detected