| 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); |
| 403 | } |
| 404 | |
| 405 | } // namespace TEngine |
no outgoing calls
no test coverage detected