MCPcopy Create free account
hub / github.com/OAID/Tengine / GetGraph

Method GetGraph

core/include/graph_executor.hpp:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64 bool AttachGraph(void* context, Graph* graph_);
65
66 Graph* GetGraph(void)
67 {
68 return graph_;
69 }
70 Graph* GetOptimizedGraph(void);
71
72 const std::string& GetGraphName(void)

Callers 9

do_merge_graphFunction · 0.45
create_graphFunction · 0.45
set_graph_layoutFunction · 0.45
set_graph_input_nodeFunction · 0.45
set_graph_output_nodeFunction · 0.45
destroy_graphFunction · 0.45
create_graph_nodeFunction · 0.45
create_graph_tensorFunction · 0.45
set_graph_deviceFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected