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

Function TF_StartPrefetchRunners

tensorflow/python/ops/prefetch_runner.cc:36–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36void TF_StartPrefetchRunners(const char* graph_key, TF_Session* session,
37 TF_Status* status) {
38 auto prefetch_runner_mgr = tensorflow::PrefetchRunnerMgr::singleton();
39 status->status =
40 prefetch_runner_mgr->StartRunners(graph_key, session->session);
41}
42
43void TF_StopPrefetchRunners(const char* graph_key, TF_Session* session,
44 TF_Status* status) {

Callers

nothing calls this directly

Calls 1

StartRunnersMethod · 0.80

Tested by

no test coverage detected