MCPcopy Create free account
hub / github.com/PaddlePaddle/Paddle / Close

Method Close

paddle/fluid/framework/executor.cc:78–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78void 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
88void Executor::CreateVariables(const ProgramDesc& pdesc,
89 Scope* scope,

Callers 15

ReadThreadMethod · 0.45
FinalizeDumpEnvMethod · 0.45
LoadIntoMemoryMethod · 0.45
WaitPreLoadDoneMethod · 0.45
LocalShuffleMethod · 0.45
TDMSampleMethod · 0.45
GlobalShuffleMethod · 0.45
PostprocessInstanceMethod · 0.45
PreprocessInstanceMethod · 0.45
MergeByInsIdMethod · 0.45

Calls

no outgoing calls

Tested by 3

FirstInFirstOutFunction · 0.36
TESTFunction · 0.36
MultiSenderMultiReceiverFunction · 0.36