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

Method unbind_edge

src/graph/Tensor.cpp:114–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114void Tensor::unbind_edge(EdgeID eid)
115{
116 _bound_edges.erase(eid);
117}
118
119std::set<EdgeID> Tensor::bound_edges() const
120{

Callers 2

set_output_tensorMethod · 0.80
remove_connectionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected