Go: Update generated wrapper functions for TensorFlow ops.

PiperOrigin-RevId: 332951959
Change-Id: Ie0dafd2bdcdb2409af04f39baded610a5bdb81d9
This commit is contained in:
A. Unique TensorFlower 2020-09-21 15:45:52 -07:00 committed by TensorFlower Gardener
parent ca09353bc5
commit af51ccb3ae

View File

@ -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.
//