MCPcopy 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
144TensorID INode::output_id(size_t idx) const
145{
146 ARM_COMPUTE_ERROR_ON(idx >= _outputs.size());
147 return _outputs[idx];
148}
149
150Tensor *INode::input(size_t idx) const
151{

Callers 1

add_connectionMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected