Home
last modified time | relevance | path

Searched refs:StartAndCollectCostGraph (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/cc/training/
Dqueue_runner.h64 Status StartAndCollectCostGraph(Session* sess,
70 Status StartAndCollectCostGraph(Session* session, int wait_for_ms,
Dqueue_runner.cc90 Status QueueRunner::StartAndCollectCostGraph(Session* sess, in StartAndCollectCostGraph() function in tensorflow::QueueRunner
123 Status QueueRunner::StartAndCollectCostGraph(Session* session, int wait_for_ms, in StartAndCollectCostGraph() function in tensorflow::QueueRunner
Dqueue_runner_test.cc376 TF_CHECK_OK(qr->StartAndCollectCostGraph(session.get(), run_options)); in TEST()
/external/tensorflow/tensorflow/core/grappler/clusters/
Dsingle_machine.cc178 TF_RETURN_IF_ERROR(queue_runner->StartAndCollectCostGraph( in Run()