| 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); |