MCPcopy 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

TensorPackMethod · 0.80
IQueueMethod · 0.80
ITensorV2Method · 0.80
IOperatorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected