mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-07 00:20:20 +01:00
Go: Update generated wrapper functions for TensorFlow ops.
PiperOrigin-RevId: 157402364
This commit is contained in:
parent
2726c00ce4
commit
40c7e0dd75
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user