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

Method get

tensorflow/core/framework/dataset.cc:507–510  ·  view source on GitHub ↗

static */

Source from the content-addressed store, hash-verified

505
506/* static */
507Runner* Runner::get() {
508 static Runner* singleton = new RunnerImpl;
509 return singleton;
510}
511
512} // namespace data
513} // namespace tensorflow

Callers 2

ComputeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected