diff --git a/tensorflow/go/op/wrappers.go b/tensorflow/go/op/wrappers.go index bf14cc908dd..e832690e183 100644 --- a/tensorflow/go/op/wrappers.go +++ b/tensorflow/go/op/wrappers.go @@ -13600,10 +13600,9 @@ func GatherValidateIndices(value bool) GatherAttr { // `indices` are always validated to be within range. If assigned to GPU, // out-of-bound indices result in safe but unspecified behavior, which may include // raising an error. -// `0`, but this may become an error in the future). // //
-// +// //
func Gather(scope *Scope, params tf.Output, indices tf.Output, optional ...GatherAttr) (output tf.Output) { if scope.Err() != nil {