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

Method num_outputs

src/graph/INode.cpp:183–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181}
182
183size_t INode::num_outputs() const
184{
185 return _outputs.size();
186}
187
188NodeParams INode::common_node_params() const
189{

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected