MCPcopy 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

Calls

no outgoing calls

Tested by

no test coverage detected