MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / output

Method output

src/graph/INode.cpp:158–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158Tensor *INode::output(size_t idx) const
159{
160 ARM_COMPUTE_ERROR_ON(_graph == nullptr);
161 ARM_COMPUTE_ERROR_ON(idx >= _outputs.size());
162 return _graph->tensor(_outputs[idx]);
163}
164
165EdgeID INode::input_edge_id(size_t idx) const
166{

Calls 2

sizeMethod · 0.45
tensorMethod · 0.45

Tested by

no test coverage detected