| 53 | } |
| 54 | |
| 55 | bool NodeExecutor::DevGetGraphAttr(void* graph_handle, const char* name, void* val, int size) |
| 56 | { |
| 57 | return backend_dev_->GetGraphAttr(graph_handle, name, val, size); |
| 58 | } |
| 59 | |
| 60 | bool NodeExecutor::DevGetProposal(Graph* graph, int policy, bool static_assign) |
| 61 | { |
nothing calls this directly
no test coverage detected