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

Method New

tensorflow/cc/training/queue_runner.cc:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20namespace tensorflow {
21
22Status QueueRunner::New(const QueueRunnerDef& queue_runner_def,
23 std::unique_ptr<QueueRunner>* result) {
24 result->reset(new QueueRunner());
25 return (*result)->Init(queue_runner_def);
26}
27
28Status QueueRunner::New(const QueueRunnerDef& queue_runner_def,
29 Coordinator* coord,

Callers

nothing calls this directly

Calls 2

resetMethod · 0.45
InitMethod · 0.45

Tested by

no test coverage detected