MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / BackgroundWorker

Method BackgroundWorker

tensorflow/core/framework/dataset.cc:442–445  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

440 "_DATASET_GRAPH_OUTPUT_NODE";
441
442BackgroundWorker::BackgroundWorker(Env* env, const string& name) {
443 thread_.reset(env->StartThread({} /* thread_options */, name,
444 [this]() { WorkerLoop(); }));
445}
446
447BackgroundWorker::~BackgroundWorker() {
448 {

Callers

nothing calls this directly

Calls 2

resetMethod · 0.45
StartThreadMethod · 0.45

Tested by

no test coverage detected