Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ handle
Method
handle
src/graph/Tensor.cpp:55–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
}
54
55
ITensorHandle *Tensor::handle()
56
{
57
return _handle.get();
58
}
59
60
void Tensor::set_accessor(std::unique_ptr<ITensorAccessor> accessor)
61
{
Callers
13
get_backing_tensor_info
Function · 0.80
get_backing_tensor
Function · 0.80
execute_task
Function · 0.80
configure_tensor
Function · 0.80
configure_all_tensors
Function · 0.80
allocate_all_input_tensors
Function · 0.80
allocate_all_output_tensors
Function · 0.80
allocate_all_tensors
Function · 0.80
release_unused_tensors
Function · 0.80
get_const_handles
Function · 0.80
get_transition_handles
Function · 0.80
mutate
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected