Go: Update generated wrapper functions for TensorFlow ops.

PiperOrigin-RevId: 316577541
Change-Id: I10368c7cc5267b32ac298011dd16abaaab671448
This commit is contained in:
A. Unique TensorFlower 2020-06-15 17:17:28 -07:00 committed by TensorFlower Gardener
parent ac695a31de
commit 4ac4683f5e
1 changed files with 8 additions and 0 deletions

View File

@ -9495,6 +9495,14 @@ func DebugIdentityV2CircularBufferSize(value int64) DebugIdentityV2Attr {
}
}
// DebugIdentityV2TfdbgRunId sets the optional tfdbg_run_id attribute to value.
// If not specified, defaults to ""
func DebugIdentityV2TfdbgRunId(value string) DebugIdentityV2Attr {
return func(m optionalAttr) {
m["tfdbg_run_id"] = value
}
}
// Debug Identity V2 Op.
//
// Provides an identity mapping from input to output, while writing the content of