Go: Update generated wrapper functions for TensorFlow ops.

PiperOrigin-RevId: 317738384
Change-Id: I2c74c34bb5fed2809a46f4ecdb95616f2f1c832d
This commit is contained in:
A. Unique TensorFlower 2020-06-22 14:41:02 -07:00 committed by TensorFlower Gardener
parent 08180e6845
commit 3a34bde652

View File

@ -31850,8 +31850,8 @@ func VarHandleOpSharedName(value string) VarHandleOpAttr {
// VarHandleOpAllowedDevices sets the optional allowed_devices attribute to value.
//
// value: The allowed devices containing the resource variable. Set when the output
// ResourceHandle represents a per-replica/partitioned resource variable.
// value: DEPRECATED. The allowed devices containing the resource variable. Set when the
// output ResourceHandle represents a per-replica/partitioned resource variable.
// If not specified, defaults to <>
func VarHandleOpAllowedDevices(value []string) VarHandleOpAttr {
return func(m optionalAttr) {