Go: Update generated wrapper functions for TensorFlow ops.
PiperOrigin-RevId: 361078865 Change-Id: I0790f291eb9beb47ea6f5a3b9a0759229758be1f
This commit is contained in:
parent
4ae85f52f7
commit
7e2854c26c
@ -8324,14 +8324,6 @@ func ModelDatasetRamBudget(value int64) ModelDatasetAttr {
|
||||
}
|
||||
}
|
||||
|
||||
// ModelDatasetWarmStart sets the optional warm_start attribute to value.
|
||||
// If not specified, defaults to false
|
||||
func ModelDatasetWarmStart(value bool) ModelDatasetAttr {
|
||||
return func(m optionalAttr) {
|
||||
m["warm_start"] = value
|
||||
}
|
||||
}
|
||||
|
||||
// Identity transformation that models performance.
|
||||
//
|
||||
// Identity transformation that models performance.
|
||||
|
Loading…
Reference in New Issue
Block a user