MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / TFE_OpPrintDebugString

Function TFE_OpPrintDebugString

tensorflow/c/c_api_experimental.cc:536–539  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

TEST_FFunction · 0.85

Calls 1

DebugStringMethod · 0.45

Tested by 1

TEST_FFunction · 0.68