Go: Update generated wrapper functions for TensorFlow ops.

PiperOrigin-RevId: 368890055
Change-Id: I5863a0ec96ff39d15a513553f29147813680cc09
diff --git a/tensorflow/go/op/wrappers.go b/tensorflow/go/op/wrappers.go
index cd1be5a..173b230 100644
--- a/tensorflow/go/op/wrappers.go
+++ b/tensorflow/go/op/wrappers.go
@@ -470,7 +470,7 @@
 //
 // This operation creates a new tensor by adding sparse `updates` to the passed
 // in `tensor`.
-// This operation is very similar to `tf.scatter_nd_add`, except that the updates
+// This operation is very similar to `tf.compat.v1.scatter_nd_add`, except that the updates
 // are added onto an existing tensor (as opposed to a variable). If the memory
 // for the existing tensor cannot be re-used, a copy is made and updated.
 //