| 131 | } |
| 132 | |
| 133 | int GetGraphAttr(const char* name, void* val, int size) |
| 134 | { |
| 135 | if(attr_io_.GetAttr(name, val, size)) |
| 136 | return 0; |
| 137 | else |
| 138 | return -1; |
| 139 | } |
| 140 | |
| 141 | bool GetOptimizeOnly(const char* name, void* val, int size); |
| 142 | bool SetOptimizeOnly(const char* name, const void* val, int size); |
no test coverage detected