Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
38
IOperator::~IOperator()
39
{
40
this->header.ctx->dec_ref();
41
this->header.type = detail::ObjectType::Invalid;
42
}
43
44
bool IOperator::is_valid() const
45
{
Callers
nothing calls this directly
Calls
1
dec_ref
Method · 0.80
Tested by
no test coverage detected