Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
178
size_t INode::num_inputs() const
179
{
180
return _input_edges.size();
181
}
182
183
size_t INode::num_outputs() const
184
{
Callers
15
validate_arg_min_max_layer
Function · 0.80
validate_bounding_box_transform_layer
Function · 0.80
validate_channel_shuffle_layer
Function · 0.80
validate_convolution_layer
Function · 0.80
validate_depthwise_convolution_layer
Function · 0.80
validate_depth_to_space_layer
Function · 0.80
validate_dequantization_layer
Function · 0.80
validate_detection_output_layer
Function · 0.80
validate_detection_post_process_layer
Function · 0.80
validate_generate_proposals_layer
Function · 0.80
validate_l2_normalize_layer
Function · 0.80
validate_normalize_planar_yuv_layer
Function · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected