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

Method ~IOperator

src/common/IOperator.cpp:38–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38IOperator::~IOperator()
39{
40 this->header.ctx->dec_ref();
41 this->header.type = detail::ObjectType::Invalid;
42}
43
44bool IOperator::is_valid() const
45{

Callers

nothing calls this directly

Calls 1

dec_refMethod · 0.80

Tested by

no test coverage detected