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

Method bind_edge

src/graph/Tensor.cpp:109–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109void Tensor::bind_edge(EdgeID eid)
110{
111 _bound_edges.insert(eid);
112}
113
114void Tensor::unbind_edge(EdgeID eid)
115{

Callers 2

set_output_tensorMethod · 0.80
add_connectionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected