| 58 | } |
| 59 | |
| 60 | bool NodeExecutor::DevGetProposal(Graph* graph, int policy, bool static_assign) |
| 61 | { |
| 62 | return backend_dev_->GetProposal(graph, policy, static_assign); |
| 63 | } |
| 64 | |
| 65 | void* NodeExecutor::DevCreateGraphHandle(Subgraph* graph) |
| 66 | { |
nothing calls this directly
no test coverage detected