From af51ccb3ae16bf03011143fe325369b3ad28b222 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Mon, 21 Sep 2020 15:45:52 -0700 Subject: [PATCH] Go: Update generated wrapper functions for TensorFlow ops. PiperOrigin-RevId: 332951959 Change-Id: Ie0dafd2bdcdb2409af04f39baded610a5bdb81d9 --- tensorflow/go/op/wrappers.go | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/tensorflow/go/op/wrappers.go b/tensorflow/go/op/wrappers.go index a52cfc82cc7..dcf093802ca 100644 --- a/tensorflow/go/op/wrappers.go +++ b/tensorflow/go/op/wrappers.go @@ -49947,7 +49947,15 @@ func OptionalGetValue(scope *Scope, optional tf.Output, output_types []tf.DataTy // // This operation converts Unicode code points to script codes corresponding to // each code point. Script codes correspond to International Components for -// Unicode (ICU) UScriptCode values. See http://icu-project.org/apiref/icu4c/uscript_8h.html. +// Unicode (ICU) UScriptCode values. +// +// See +// [ICU project docs](http://icu-project.org/apiref/icu4c/uscript_8h.html) +// for more details on script codes. +// +// For an example, see the unicode strings guide on [unicode scripts] +// (https://www.tensorflow.org/tutorials/load_data/unicode#representing_unicode). +// // Returns -1 (USCRIPT_INVALID_CODE) for invalid codepoints. Output shape will // match input shape. //