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

Method bound_edges

src/graph/Tensor.cpp:119–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119std::set<EdgeID> Tensor::bound_edges() const
120{
121 return _bound_edges;
122}
123} // namespace graph
124} // namespace arm_compute

Callers 4

allocate_all_tensorsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected