MCPcopy Create free account
hub / github.com/Oneflow-Inc/oneflow / Schedule

Method Schedule

oneflow/core/embedding/persistent_table.cpp:261–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259 }
260
261 void Schedule(IoTask<Engine> task) { tasks_.Send(std::move(task)); }
262
263 void Shutdown() { tasks_.Close(); }
264

Callers 2

PutBlocksMethod · 0.45
ParallelForMethod · 0.45

Calls 1

SendMethod · 0.45

Tested by

no test coverage detected