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

Method GetExecAttr

executor/include/graph_task.hpp:102–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100 static Graph* MergeSubgraph(Graph* origin_graph, const std::vector<Subgraph*>& sub_list);
101
102 const ExecAttr* GetExecAttr(void)
103 {
104 return p_exec_attr_;
105 }
106
107 bool SetAttr(const char* name, const void* val, int size);
108 bool GetAttr(const char* name, void* val, int size);

Callers 3

GraphTaskMethod · 0.45
InitMethod · 0.45
AllocateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected