Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ is_used
Method
is_used
src/core/ITensor.cpp:162–165 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
160
#endif /* ARM_COMPUTE_ASSERTS_ENABLED */
161
162
bool ITensor::is_used() const
163
{
164
return _is_used;
165
}
166
167
void ITensor::mark_as_unused() const
168
{
Callers
13
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
prepare
Method · 0.80
prepare
Method · 0.80
allocate_all_tensors
Function · 0.80
release_if_unused
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected