Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ inc_ref
Method
inc_ref
src/common/IContext.h:71–74 ·
view source on GitHub ↗
Increment context refcount */
Source
from the content-addressed store, hash-verified
69
}
70
/** Increment context refcount */
71
void inc_ref() const
72
{
73
++_refcount;
74
}
75
/** Decrement context refcount */
76
void dec_ref() const
77
{
Callers
4
TensorPack
Method · 0.80
IQueue
Method · 0.80
ITensorV2
Method · 0.80
IOperator
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected