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

Method ITensorV2

src/common/ITensorV2.h:52–57  ·  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

50 * @param[in] ctx Context to be used by the operator
51 */
52 explicit ITensorV2(IContext *ctx) : AclTensor_()
53 {
54 ARM_COMPUTE_ASSERT_NOT_NULLPTR(ctx);
55 this->header.ctx = ctx;
56 this->header.ctx->inc_ref();
57 }
58 /** Destructor */
59 virtual ~ITensorV2()
60 {

Callers

nothing calls this directly

Calls 1

inc_refMethod · 0.80

Tested by

no test coverage detected