| 76 | } |
| 77 | |
| 78 | void Executor::Close() { |
| 79 | // #ifdef PADDLE_WITH_DISTRIBUTE |
| 80 | // // TODO(typhoonzero): complete message will need to use real trainer_id, |
| 81 | // // except 0. |
| 82 | // auto client = |
| 83 | // paddle::operators::distributed::RPCClient::GetInstance<RPCCLIENT_T>(0); |
| 84 | // client->SendComplete(); |
| 85 | // #endif |
| 86 | } |
| 87 | |
| 88 | void Executor::CreateVariables(const ProgramDesc& pdesc, |
| 89 | Scope* scope, |
no outgoing calls