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

Method TensorPack

src/common/TensorPack.cpp:31–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29namespace arm_compute
30{
31TensorPack::TensorPack(IContext *ctx) : AclTensorPack_(), _pack()
32{
33 ARM_COMPUTE_ASSERT_NOT_NULLPTR(ctx);
34 this->header.ctx = ctx;
35 this->header.ctx->inc_ref();
36}
37
38TensorPack::~TensorPack()
39{

Callers

nothing calls this directly

Calls 1

inc_refMethod · 0.80

Tested by

no test coverage detected