Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ extract_accessor
Method
extract_accessor
src/graph/Tensor.cpp:70–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
}
69
70
std::unique_ptr<ITensorAccessor> Tensor::extract_accessor()
71
{
72
return std::move(_accessor);
73
}
74
75
bool Tensor::call_accessor()
76
{
Callers
3
transfer_driving_nodes_and_remove_old_node
Function · 0.80
mutate
Method · 0.80
set_new_output_and_inherit_accessor
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected