Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
29
namespace arm_compute
30
{
31
TensorPack::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
38
TensorPack::~TensorPack()
39
{
Callers
nothing calls this directly
Calls
1
inc_ref
Method · 0.80
Tested by
no test coverage detected