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

Method num_inputs

src/graph/INode.cpp:178–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176}
177
178size_t INode::num_inputs() const
179{
180 return _input_edges.size();
181}
182
183size_t INode::num_outputs() const
184{

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected