Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ output_id
Method
output_id
src/graph/INode.cpp:144–148 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
142
}
143
144
TensorID INode::output_id(size_t idx) const
145
{
146
ARM_COMPUTE_ERROR_ON(idx >= _outputs.size());
147
return _outputs[idx];
148
}
149
150
Tensor *INode::input(size_t idx) const
151
{
Callers
1
add_connection
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected