Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ call_tensor_accessor
Function
call_tensor_accessor
src/graph/detail/ExecutionHelpers.cpp:188–192 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
186
}
187
188
void call_tensor_accessor(Tensor *tensor)
189
{
190
ARM_COMPUTE_ERROR_ON(!tensor);
191
tensor->call_accessor();
192
}
193
194
void call_all_const_node_accessors(Graph &g)
195
{
Callers
1
call_all_const_node_accessors
Function · 0.85
Calls
1
call_accessor
Method · 0.80
Tested by
no test coverage detected