| 394 | } |
| 395 | |
| 396 | bool GenericDevExecutor::SetGraphAttr(SubgraphTask* task, const char* name, const void* val, int size) |
| 397 | { |
| 398 | return DevSetGraphAttr(task->graph_handle, name, val, size); |
| 399 | } |
| 400 | bool GenericDevExecutor::GetGraphAttr(SubgraphTask* task, const char* name, void* val, int size) |
| 401 | { |
| 402 | return DevGetGraphAttr(task->graph_handle, name, val, size); |
no outgoing calls
no test coverage detected