Searched refs:TFE_ExecuteOpInNewThread (Results 1 – 3 of 3) sorted by relevance
194 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()
205 TF_CAPI_EXPORT extern TFE_ExecuteOpNotification* TFE_ExecuteOpInNewThread(
8778 TFE_ExecuteOpNotification* TFE_ExecuteOpInNewThread(TFE_Op* op, in TFE_ExecuteOpInNewThread() function