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

Method Graph

src/graph/Graph.cpp:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28namespace graph
29{
30Graph::Graph(GraphID id, std::string name)
31 : _id(id), _name(std::move(name)), _nodes(), _edges(), _tensors(), _tagged_nodes(), _mtx()
32{
33}
34
35bool Graph::remove_node(NodeID nid)
36{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected