@@ -11692,7 +11692,7 @@ func DepthwiseConv2dNativeBackpropFilterDataFormat(value string) DepthwiseConv2d
11692
11692
// element on that dimension. The dimension order is determined by the value of
11693
11693
// `data_format`, see above for details. Dilations in the batch and depth
11694
11694
// dimensions must be 1.
11695
- // If not specified, defaults to {i:1 i:1 i:1 i:1}
11695
+ // If not specified, defaults to {i:1 i:1 i:1 i:1}
11696
11696
func DepthwiseConv2dNativeBackpropFilterDilations(value []int64) DepthwiseConv2dNativeBackpropFilterAttr {
11697
11697
return func(m optionalAttr) {
11698
11698
m["dilations"] = value
@@ -11949,7 +11949,7 @@ func SampleDistortedBoundingBoxV2Seed2(value int64) SampleDistortedBoundingBoxV2
11949
11949
//
11950
11950
// value: The cropped area of the image must have an aspect ratio =
11951
11951
// width / height within this range.
11952
- // If not specified, defaults to {f:0.75 f:1.33}
11952
+ // If not specified, defaults to {f:0.75 f:1.33}
11953
11953
func SampleDistortedBoundingBoxV2AspectRatioRange(value []float32) SampleDistortedBoundingBoxV2Attr {
11954
11954
return func(m optionalAttr) {
11955
11955
m["aspect_ratio_range"] = value
@@ -11960,7 +11960,7 @@ func SampleDistortedBoundingBoxV2AspectRatioRange(value []float32) SampleDistort
11960
11960
//
11961
11961
// value: The cropped area of the image must contain a fraction of the
11962
11962
// supplied image within this range.
11963
- // If not specified, defaults to {f:0.05 f:1}
11963
+ // If not specified, defaults to {f:0.05 f:1}
11964
11964
func SampleDistortedBoundingBoxV2AreaRange(value []float32) SampleDistortedBoundingBoxV2Attr {
11965
11965
return func(m optionalAttr) {
11966
11966
m["area_range"] = value
@@ -12166,7 +12166,7 @@ func SampleDistortedBoundingBoxMinObjectCovered(value float32) SampleDistortedBo
12166
12166
//
12167
12167
// value: The cropped area of the image must have an aspect ratio =
12168
12168
// width / height within this range.
12169
- // If not specified, defaults to {f:0.75 f:1.33}
12169
+ // If not specified, defaults to {f:0.75 f:1.33}
12170
12170
func SampleDistortedBoundingBoxAspectRatioRange(value []float32) SampleDistortedBoundingBoxAttr {
12171
12171
return func(m optionalAttr) {
12172
12172
m["aspect_ratio_range"] = value
@@ -12177,7 +12177,7 @@ func SampleDistortedBoundingBoxAspectRatioRange(value []float32) SampleDistorted
12177
12177
//
12178
12178
// value: The cropped area of the image must contain a fraction of the
12179
12179
// supplied image within this range.
12180
- // If not specified, defaults to {f:0.05 f:1}
12180
+ // If not specified, defaults to {f:0.05 f:1}
12181
12181
func SampleDistortedBoundingBoxAreaRange(value []float32) SampleDistortedBoundingBoxAttr {
12182
12182
return func(m optionalAttr) {
12183
12183
m["area_range"] = value
@@ -19018,7 +19018,7 @@ func ImageSummaryMaxImages(value int64) ImageSummaryAttr {
19018
19018
// ImageSummaryBadColor sets the optional bad_color attribute to value.
19019
19019
//
19020
19020
// value: Color to use for pixels with non-finite values.
19021
- // If not specified, defaults to {dtype:DT_UINT8 tensor_shape:{dim:{size:4}} int_val:255 int_val:0 int_val:0 int_val:255}
19021
+ // If not specified, defaults to {dtype:DT_UINT8 tensor_shape:{dim:{size:4}} int_val:255 int_val:0 int_val:0 int_val:255}
19022
19022
func ImageSummaryBadColor(value tf.Tensor) ImageSummaryAttr {
19023
19023
return func(m optionalAttr) {
19024
19024
m["bad_color"] = value
@@ -20089,7 +20089,7 @@ func Conv3DBackpropFilterV2DataFormat(value string) Conv3DBackpropFilterV2Attr {
20089
20089
// filter element on that dimension. The dimension order is determined by the
20090
20090
// value of `data_format`, see above for details. Dilations in the batch and
20091
20091
// depth dimensions must be 1.
20092
- // If not specified, defaults to {i:1 i:1 i:1 i:1 i:1}
20092
+ // If not specified, defaults to {i:1 i:1 i:1 i:1 i:1}
20093
20093
func Conv3DBackpropFilterV2Dilations(value []int64) Conv3DBackpropFilterV2Attr {
20094
20094
return func(m optionalAttr) {
20095
20095
m["dilations"] = value
@@ -21357,7 +21357,7 @@ func Conv2DBackpropInputDataFormat(value string) Conv2DBackpropInputAttr {
21357
21357
// element on that dimension. The dimension order is determined by the value of
21358
21358
// `data_format`, see above for details. Dilations in the batch and depth
21359
21359
// dimensions must be 1.
21360
- // If not specified, defaults to {i:1 i:1 i:1 i:1}
21360
+ // If not specified, defaults to {i:1 i:1 i:1 i:1}
21361
21361
func Conv2DBackpropInputDilations(value []int64) Conv2DBackpropInputAttr {
21362
21362
return func(m optionalAttr) {
21363
21363
m["dilations"] = value
@@ -22065,7 +22065,7 @@ func Conv2DDataFormat(value string) Conv2DAttr {
22065
22065
// filter element on that dimension. The dimension order is determined by the
22066
22066
// value of `data_format`, see above for details. Dilations in the batch and
22067
22067
// depth dimensions must be 1.
22068
- // If not specified, defaults to {i:1 i:1 i:1 i:1}
22068
+ // If not specified, defaults to {i:1 i:1 i:1 i:1}
22069
22069
func Conv2DDilations(value []int64) Conv2DAttr {
22070
22070
return func(m optionalAttr) {
22071
22071
m["dilations"] = value
@@ -22261,7 +22261,7 @@ func QuantizedDepthwiseConv2DWithBiasAndReluAndRequantizeOutType(value tf.DataTy
22261
22261
// QuantizedDepthwiseConv2DWithBiasAndReluAndRequantizeDilations sets the optional dilations attribute to value.
22262
22262
//
22263
22263
// value: List of dilation values.
22264
- // If not specified, defaults to {i:1 i:1 i:1 i:1}
22264
+ // If not specified, defaults to {i:1 i:1 i:1 i:1}
22265
22265
func QuantizedDepthwiseConv2DWithBiasAndReluAndRequantizeDilations(value []int64) QuantizedDepthwiseConv2DWithBiasAndReluAndRequantizeAttr {
22266
22266
return func(m optionalAttr) {
22267
22267
m["dilations"] = value
@@ -22330,7 +22330,7 @@ func QuantizedDepthwiseConv2DWithBiasAndReluOutType(value tf.DataType) Quantized
22330
22330
// QuantizedDepthwiseConv2DWithBiasAndReluDilations sets the optional dilations attribute to value.
22331
22331
//
22332
22332
// value: List of dilation values.
22333
- // If not specified, defaults to {i:1 i:1 i:1 i:1}
22333
+ // If not specified, defaults to {i:1 i:1 i:1 i:1}
22334
22334
func QuantizedDepthwiseConv2DWithBiasAndReluDilations(value []int64) QuantizedDepthwiseConv2DWithBiasAndReluAttr {
22335
22335
return func(m optionalAttr) {
22336
22336
m["dilations"] = value
@@ -22445,7 +22445,7 @@ func QuantizedDepthwiseConv2DWithBiasOutType(value tf.DataType) QuantizedDepthwi
22445
22445
// QuantizedDepthwiseConv2DWithBiasDilations sets the optional dilations attribute to value.
22446
22446
//
22447
22447
// value: List of dilation values.
22448
- // If not specified, defaults to {i:1 i:1 i:1 i:1}
22448
+ // If not specified, defaults to {i:1 i:1 i:1 i:1}
22449
22449
func QuantizedDepthwiseConv2DWithBiasDilations(value []int64) QuantizedDepthwiseConv2DWithBiasAttr {
22450
22450
return func(m optionalAttr) {
22451
22451
m["dilations"] = value
@@ -22504,7 +22504,7 @@ func QuantizedDepthwiseConv2DOutType(value tf.DataType) QuantizedDepthwiseConv2D
22504
22504
// QuantizedDepthwiseConv2DDilations sets the optional dilations attribute to value.
22505
22505
//
22506
22506
// value: List of dilation values.
22507
- // If not specified, defaults to {i:1 i:1 i:1 i:1}
22507
+ // If not specified, defaults to {i:1 i:1 i:1 i:1}
22508
22508
func QuantizedDepthwiseConv2DDilations(value []int64) QuantizedDepthwiseConv2DAttr {
22509
22509
return func(m optionalAttr) {
22510
22510
m["dilations"] = value
@@ -22678,7 +22678,7 @@ func QuantizedConv2DPerChannelOutType(value tf.DataType) QuantizedConv2DPerChann
22678
22678
// QuantizedConv2DPerChannelDilations sets the optional dilations attribute to value.
22679
22679
//
22680
22680
// value: list of dilation values.
22681
- // If not specified, defaults to {i:1 i:1 i:1 i:1}
22681
+ // If not specified, defaults to {i:1 i:1 i:1 i:1}
22682
22682
func QuantizedConv2DPerChannelDilations(value []int64) QuantizedConv2DPerChannelAttr {
22683
22683
return func(m optionalAttr) {
22684
22684
m["dilations"] = value
@@ -23059,7 +23059,7 @@ func Conv3DBackpropInputV2DataFormat(value string) Conv3DBackpropInputV2Attr {
23059
23059
// filter element on that dimension. The dimension order is determined by the
23060
23060
// value of `data_format`, see above for details. Dilations in the batch and
23061
23061
// depth dimensions must be 1.
23062
- // If not specified, defaults to {i:1 i:1 i:1 i:1 i:1}
23062
+ // If not specified, defaults to {i:1 i:1 i:1 i:1 i:1}
23063
23063
func Conv3DBackpropInputV2Dilations(value []int64) Conv3DBackpropInputV2Attr {
23064
23064
return func(m optionalAttr) {
23065
23065
m["dilations"] = value
@@ -25499,7 +25499,7 @@ func AvgPool3DGrad(scope *Scope, orig_input_shape tf.Output, grad tf.Output, ksi
25499
25499
type Conv3DBackpropFilterAttr func(optionalAttr)
25500
25500
25501
25501
// Conv3DBackpropFilterDilations sets the optional dilations attribute to value.
25502
- // If not specified, defaults to {i:1 i:1 i:1 i:1 i:1}
25502
+ // If not specified, defaults to {i:1 i:1 i:1 i:1 i:1}
25503
25503
func Conv3DBackpropFilterDilations(value []int64) Conv3DBackpropFilterAttr {
25504
25504
return func(m optionalAttr) {
25505
25505
m["dilations"] = value
@@ -25831,7 +25831,7 @@ func DepthwiseConv2dNativeBackpropInputDataFormat(value string) DepthwiseConv2dN
25831
25831
// element on that dimension. The dimension order is determined by the value of
25832
25832
// `data_format`, see above for details. Dilations in the batch and depth
25833
25833
// dimensions must be 1.
25834
- // If not specified, defaults to {i:1 i:1 i:1 i:1}
25834
+ // If not specified, defaults to {i:1 i:1 i:1 i:1}
25835
25835
func DepthwiseConv2dNativeBackpropInputDilations(value []int64) DepthwiseConv2dNativeBackpropInputAttr {
25836
25836
return func(m optionalAttr) {
25837
25837
m["dilations"] = value
@@ -25881,7 +25881,7 @@ func DepthwiseConv2dNativeBackpropInput(scope *Scope, input_sizes tf.Output, fil
25881
25881
type Conv3DBackpropInputAttr func(optionalAttr)
25882
25882
25883
25883
// Conv3DBackpropInputDilations sets the optional dilations attribute to value.
25884
- // If not specified, defaults to {i:1 i:1 i:1 i:1 i:1}
25884
+ // If not specified, defaults to {i:1 i:1 i:1 i:1 i:1}
25885
25885
func Conv3DBackpropInputDilations(value []int64) Conv3DBackpropInputAttr {
25886
25886
return func(m optionalAttr) {
25887
25887
m["dilations"] = value
@@ -26131,7 +26131,7 @@ func DepthwiseConv2dNativeDataFormat(value string) DepthwiseConv2dNativeAttr {
26131
26131
// element on that dimension. The dimension order is determined by the value of
26132
26132
// `data_format`, see above for details. Dilations in the batch and depth
26133
26133
// dimensions must be 1.
26134
- // If not specified, defaults to {i:1 i:1 i:1 i:1}
26134
+ // If not specified, defaults to {i:1 i:1 i:1 i:1}
26135
26135
func DepthwiseConv2dNativeDilations(value []int64) DepthwiseConv2dNativeAttr {
26136
26136
return func(m optionalAttr) {
26137
26137
m["dilations"] = value
@@ -26761,7 +26761,7 @@ func QuantizedConv2DOutType(value tf.DataType) QuantizedConv2DAttr {
26761
26761
// filter element on that dimension. The dimension order is determined by the
26762
26762
// value of `data_format`, see above for details. Dilations in the batch and
26763
26763
// depth dimensions must be 1.
26764
- // If not specified, defaults to {i:1 i:1 i:1 i:1}
26764
+ // If not specified, defaults to {i:1 i:1 i:1 i:1}
26765
26765
func QuantizedConv2DDilations(value []int64) QuantizedConv2DAttr {
26766
26766
return func(m optionalAttr) {
26767
26767
m["dilations"] = value
@@ -27826,7 +27826,7 @@ func Conv3DDataFormat(value string) Conv3DAttr {
27826
27826
// filter element on that dimension. The dimension order is determined by the
27827
27827
// value of `data_format`, see above for details. Dilations in the batch and
27828
27828
// depth dimensions must be 1.
27829
- // If not specified, defaults to {i:1 i:1 i:1 i:1 i:1}
27829
+ // If not specified, defaults to {i:1 i:1 i:1 i:1 i:1}
27830
27830
func Conv3DDilations(value []int64) Conv3DAttr {
27831
27831
return func(m optionalAttr) {
27832
27832
m["dilations"] = value
@@ -45536,7 +45536,7 @@ func Conv2DBackpropFilterDataFormat(value string) Conv2DBackpropFilterAttr {
45536
45536
// element on that dimension. The dimension order is determined by the value of
45537
45537
// `data_format`, see above for details. Dilations in the batch and depth
45538
45538
// dimensions must be 1.
45539
- // If not specified, defaults to {i:1 i:1 i:1 i:1}
45539
+ // If not specified, defaults to {i:1 i:1 i:1 i:1}
45540
45540
func Conv2DBackpropFilterDilations(value []int64) Conv2DBackpropFilterAttr {
45541
45541
return func(m optionalAttr) {
45542
45542
m["dilations"] = value
0 commit comments