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

Function TF_StopPrefetchRunners

tensorflow/python/ops/prefetch_runner.cc:43–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43void TF_StopPrefetchRunners(const char* graph_key, TF_Session* session,
44 TF_Status* status) {
45 auto prefetch_runner_mgr = tensorflow::PrefetchRunnerMgr::singleton();
46 status->status =
47 prefetch_runner_mgr->StopRunners(graph_key, session->session);
48}
49
50} // end of namespace tensorflow

Callers

nothing calls this directly

Calls 1

StopRunnersMethod · 0.80

Tested by

no test coverage detected