Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ mark_as_unused
Method
mark_as_unused
src/core/ITensor.cpp:167–170 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
165
}
166
167
void ITensor::mark_as_unused() const
168
{
169
_is_used = false;
170
}
171
172
void ITensor::mark_as_used() const
173
{
Callers
15
prepare
Method · 0.80
prepare
Method · 0.80
prepare
Method · 0.80
prepare
Method · 0.80
prepare
Method · 0.80
prepare
Method · 0.80
prepare
Method · 0.80
prepare
Method · 0.80
run
Method · 0.80
release
Method · 0.80
prepare
Method · 0.80
prepare
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected