Home
last modified time | relevance | path

Searched refs:TF_JoinThread (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/c/
Denv.h189 TF_CAPI_EXPORT extern void TF_JoinThread(TF_Thread* thread);
Denv_test.cc124 TF_JoinThread(thread); in TEST()
Denv.cc180 void TF_JoinThread(TF_Thread* thread) { in TF_JoinThread() function