Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ remove_tensor
Method
remove_tensor
src/core/ITensorPack.cpp:69–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
}
68
69
void ITensorPack::remove_tensor(int id)
70
{
71
_pack.erase(id);
72
}
73
74
size_t ITensorPack::size() const
75
{
Callers
5
~CLAuxTensorHandler
Method · 0.80
run
Method · 0.80
release_prepare_tensors
Function · 0.80
~CpuAuxTensorHandler
Method · 0.80
prepare
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected