Searched refs:StartAndCollectCostGraph (Results 1 – 4 of 4) sorted by relevance
64 Status StartAndCollectCostGraph(Session* sess,70 Status StartAndCollectCostGraph(Session* session, int wait_for_ms,
90 Status QueueRunner::StartAndCollectCostGraph(Session* sess, in StartAndCollectCostGraph() function in tensorflow::QueueRunner123 Status QueueRunner::StartAndCollectCostGraph(Session* session, int wait_for_ms, in StartAndCollectCostGraph() function in tensorflow::QueueRunner
376 TF_CHECK_OK(qr->StartAndCollectCostGraph(session.get(), run_options)); in TEST()
178 TF_RETURN_IF_ERROR(queue_runner->StartAndCollectCostGraph( in Run()