Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
183
size_t INode::num_outputs() const
184
{
185
return _outputs.size();
186
}
187
188
NodeParams INode::common_node_params() const
189
{
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