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

Method StartAndCollectCostGraph

tensorflow/cc/training/queue_runner.cc:90–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88Status QueueRunner::Start(Session* sess) { return Start(sess, 0); }
89
90Status QueueRunner::StartAndCollectCostGraph(Session* sess,
91 const RunOptions& run_options) {
92 SetRunArgumentsAndCostGraph(run_options);
93 return Start(sess, 0);
94}
95
96Status QueueRunner::Start(Session* sess, int wait_for) {
97 counter_.reset(new BlockingCounter(runs_));

Callers 2

RunMethod · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64