| 534 | } |
| 535 | |
| 536 | void TFE_OpPrintDebugString(TFE_Op* op) { |
| 537 | VLOG(1) << "TFE_OpPrintDebugString() over " << op; |
| 538 | LOG(INFO) << op->operation.DebugString(); |
| 539 | } |
| 540 | |
| 541 | struct TFE_ExecuteOpNotification { |
| 542 | TFE_ExecuteOpNotification() : status(TF_NewStatus(), TF_DeleteStatus) {} |