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

Method IQueue

src/common/IQueue.h:48–52  ·  view source on GitHub ↗

Explict Operator Constructor * * @param[in] ctx Context to be used by the operator */

Source from the content-addressed store, hash-verified

46 * @param[in] ctx Context to be used by the operator
47 */
48 explicit IQueue(IContext *ctx)
49 {
50 this->header.ctx = ctx;
51 this->header.ctx->inc_ref();
52 }
53 /** Destructor */
54 virtual ~IQueue()
55 {

Callers

nothing calls this directly

Calls 1

inc_refMethod · 0.80

Tested by

no test coverage detected