tensorflow::EnvWrapper::StartThread()

Thread* tensorflow::EnvWrapper::StartThread(const ThreadOptions &thread_options, const string &name, std::function< void()> fn) override

Returns a new thread that is running fn() and is identified (for debugging/performance-analysis) by "name".

Caller takes ownership of the result and must delete it eventually (the deletion will block until fn() stops running).

doc_TensorFlow
2016-10-14 18:57:05
Comments
Leave a Comment

Please login to continue.