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

Method name

src/graph/INode.cpp:107–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107std::string INode::name() const
108{
109 return _common_params.name;
110}
111
112const Graph *INode::graph() const
113{

Callers 4

appendMethod · 0.45
run_allMethod · 0.45
run_typeMethod · 0.45
run_indexMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected