From 4ac4683f5ed3dca87afd799447a57ed81b5bfdcf Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Mon, 15 Jun 2020 17:17:28 -0700 Subject: [PATCH] Go: Update generated wrapper functions for TensorFlow ops. PiperOrigin-RevId: 316577541 Change-Id: I10368c7cc5267b32ac298011dd16abaaab671448 --- tensorflow/go/op/wrappers.go | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tensorflow/go/op/wrappers.go b/tensorflow/go/op/wrappers.go index f118e2bd494..10acebc7965 100644 --- a/tensorflow/go/op/wrappers.go +++ b/tensorflow/go/op/wrappers.go @@ -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