Home
last modified time | relevance | path

Searched refs:AddChildThread (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.h244 void AddChildThread(std::unique_ptr<Thread> thread);
Dcontext.cc226 void EagerContext::AddChildThread(std::unique_ptr<Thread> thread) { in AddChildThread() function in tensorflow::EagerContext