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

Method ~TensorPack

src/common/TensorPack.cpp:38–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38TensorPack::~TensorPack()
39{
40 this->header.ctx->dec_ref();
41 this->header.type = detail::ObjectType::Invalid;
42}
43
44AclStatus TensorPack::add_tensor(ITensorV2 *tensor, int32_t slot_id)
45{

Callers

nothing calls this directly

Calls 1

dec_refMethod · 0.80

Tested by

no test coverage detected