Go: Update generated wrapper functions for TensorFlow ops.

Change: 153427886
This commit is contained in:
A. Unique TensorFlower 2017-04-17 21:11:02 -08:00 committed by TensorFlower Gardener
parent 447041676f
commit 0926e0815e

View File

@ -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).
//
// <div style="width:70%; margin:auto; margin-bottom:10px; margin-top:20px;">
// <img style="width:100%" src="../../images/Gather.png" alt>
// <img style="width:100%" src="../../../images/Gather.png" alt>
// </div>
func Gather(scope *Scope, params tf.Output, indices tf.Output, optional ...GatherAttr) (output tf.Output) {
if scope.Err() != nil {