Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
38
TensorPack::~TensorPack()
39
{
40
this->header.ctx->dec_ref();
41
this->header.type = detail::ObjectType::Invalid;
42
}
43
44
AclStatus TensorPack::add_tensor(ITensorV2 *tensor, int32_t slot_id)
45
{
Callers
nothing calls this directly
Calls
1
dec_ref
Method · 0.80
Tested by
no test coverage detected