Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/
Dc_api_experimental_test.cc194 TFE_ExecuteOpInNewThread(matmul_op, &retvals[0], &num_retvals, status); in TEST()
266 auto* send_result = TFE_ExecuteOpInNewThread(send_op, &send_retvals, in TEST()
271 auto* recv_result = TFE_ExecuteOpInNewThread(recv_op, &recv_retvals[0], in TEST()
Dc_api_experimental.h205 TF_CAPI_EXPORT extern TFE_ExecuteOpNotification* TFE_ExecuteOpInNewThread(
Dc_api_experimental.cc8778 TFE_ExecuteOpNotification* TFE_ExecuteOpInNewThread(TFE_Op* op, in TFE_ExecuteOpInNewThread() function