| 229 | } |
| 230 | |
| 231 | void MapTensorSearchStart(TLearnContext* ctx) { |
| 232 | Y_ASSERT(ctx->Params.SystemOptions->IsMaster()); |
| 233 | ApplyMapper<TTensorSearchStarter>(TMasterEnvironment::GetRef().RootEnvironment->GetSlaveCount(), TMasterEnvironment::GetRef().SharedTrainData); |
| 234 | } |
| 235 | |
| 236 | void MapBootstrap(TLearnContext* ctx) { |
| 237 | Y_ASSERT(ctx->Params.SystemOptions->IsMaster()); |
no test coverage detected