Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
114
void Tensor::unbind_edge(EdgeID eid)
115
{
116
_bound_edges.erase(eid);
117
}
118
119
std::set<EdgeID> Tensor::bound_edges() const
120
{
Callers
2
set_output_tensor
Method · 0.80
remove_connection
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected