Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ tensor
Method
tensor
src/graph/Graph.cpp:228–231 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
226
}
227
228
const Tensor *Graph::tensor(TensorID id) const
229
{
230
return (id >= _tensors.size()) ? nullptr : _tensors[id].get();
231
}
232
233
Tensor *Graph::tensor(TensorID id)
234
{
Callers
15
call_accessor
Method · 0.45
execute_task
Function · 0.45
set_output_tensor
Method · 0.45
input
Method · 0.45
output
Method · 0.45
remove_connection
Method · 0.45
allocate_all_tensors
Function · 0.45
get_transition_handles
Function · 0.45
print_edges
Method · 0.45
configure_output
Method · 0.45
configure_output
Method · 0.45
NESubTensorHandle
Method · 0.45
Calls
2
size
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected