Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/
Dc_api_experimental.h195 typedef struct TFE_ExecuteOpNotification TFE_ExecuteOpNotification; typedef
205 TF_CAPI_EXPORT extern TFE_ExecuteOpNotification* TFE_ExecuteOpInNewThread(
212 TFE_ExecuteOpNotification* notification, TF_Status* status);
Dc_api_experimental.cc8771 struct TFE_ExecuteOpNotification { struct
8772 TFE_ExecuteOpNotification() : status(TF_NewStatus(), TF_DeleteStatus) {} in TFE_ExecuteOpNotification() argument
8778 TFE_ExecuteOpNotification* TFE_ExecuteOpInNewThread(TFE_Op* op, in TFE_ExecuteOpInNewThread() argument
8782 TFE_ExecuteOpNotification* n = new TFE_ExecuteOpNotification; in TFE_ExecuteOpInNewThread()
8795 TFE_ExecuteOpNotification* notification, TF_Status* status) { in TFE_ExecuteOpNotificationWaitAndDelete()