Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ get_tensor
Method
get_tensor
src/core/ITensorPack.cpp:63–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
}
62
63
ITensor *ITensorPack::get_tensor(int id)
64
{
65
auto it = _pack.find(id);
66
return it != _pack.end() ? it->second.tensor : nullptr;
67
}
68
69
void ITensorPack::remove_tensor(int id)
70
{
Callers
15
CLAuxTensorHandler
Method · 0.45
run
Method · 0.45
run
Method · 0.45
prepare
Method · 0.45
run
Method · 0.45
select_activation_src_dst
Function · 0.45
run
Method · 0.45
prepare
Method · 0.45
run
Method · 0.45
run
Method · 0.45
prepare
Method · 0.45
run
Method · 0.45
Calls
2
find
Method · 0.80
end
Method · 0.45
Tested by
no test coverage detected