Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ id
Method
id
arm_compute/graph/Edge.h:74–77 ·
view source on GitHub ↗
Returns edge id * * @return Edge id */
Source
from the content-addressed store, hash-verified
72
* @return Edge id
73
*/
74
EdgeID id() const
75
{
76
return _id;
77
}
78
/** Returns producer node id
79
*
80
* @return Producer node id
Callers
15
producer_id
Method · 0.45
consumer_id
Method · 0.45
tensor_id
Method · 0.45
validate_arg_min_max_layer
Function · 0.45
validate_bounding_box_transform_layer
Function · 0.45
validate_channel_shuffle_layer
Function · 0.45
validate_convolution_layer
Function · 0.45
validate_depthwise_convolution_layer
Function · 0.45
validate_depth_to_space_layer
Function · 0.45
validate_dequantization_layer
Function · 0.45
validate_detection_output_layer
Function · 0.45
validate_detection_post_process_layer
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected