Go: Update generated wrapper functions for TensorFlow ops.

PiperOrigin-RevId: 157402364
This commit is contained in:
A. Unique TensorFlower 2017-05-29 09:24:52 -07:00 committed by TensorFlower Gardener
parent 2726c00ce4
commit 40c7e0dd75

View File

@ -3204,8 +3204,8 @@ func CTCLossCtcMergeRepeated(value bool) CTCLossAttr {
// CTCLossIgnoreLongerOutputsThanInputs sets the optional ignore_longer_outputs_than_inputs attribute to value. // CTCLossIgnoreLongerOutputsThanInputs sets the optional ignore_longer_outputs_than_inputs attribute to value.
// //
// value: Scalar. If set to true, during CTC // value: Scalar. If set to true, during CTC
// calculation items have longer input sequences than output sequences // calculation, items that have longer output sequences than input sequences
// are ignored by returning zero-gradient for those items. // are skipped: they don't contribute to the loss term and have zero-gradient.
// If not specified, defaults to false // If not specified, defaults to false
func CTCLossIgnoreLongerOutputsThanInputs(value bool) CTCLossAttr { func CTCLossIgnoreLongerOutputsThanInputs(value bool) CTCLossAttr {
return func(m optionalAttr) { return func(m optionalAttr) {