Go: Update generated wrapper functions for TensorFlow ops.
Change: 153427886
This commit is contained in:
parent
447041676f
commit
0926e0815e
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user