@@ -12667,7 +12667,7 @@ type StatelessSampleDistortedBoundingBoxAttr func(optionalAttr)
12667
12667
//
12668
12668
// value: The cropped area of the image must have an aspect ratio =
12669
12669
// width / height within this range.
12670
- // If not specified, defaults to {f:0.75 f:1.33}
12670
+ // If not specified, defaults to {f:0.75 f:1.33}
12671
12671
func StatelessSampleDistortedBoundingBoxAspectRatioRange(value []float32) StatelessSampleDistortedBoundingBoxAttr {
12672
12672
return func(m optionalAttr) {
12673
12673
m["aspect_ratio_range"] = value
@@ -12678,7 +12678,7 @@ func StatelessSampleDistortedBoundingBoxAspectRatioRange(value []float32) Statel
12678
12678
//
12679
12679
// value: The cropped area of the image must contain a fraction of the
12680
12680
// supplied image within this range.
12681
- // If not specified, defaults to {f:0.05 f:1}
12681
+ // If not specified, defaults to {f:0.05 f:1}
12682
12682
func StatelessSampleDistortedBoundingBoxAreaRange(value []float32) StatelessSampleDistortedBoundingBoxAttr {
12683
12683
return func(m optionalAttr) {
12684
12684
m["area_range"] = value
@@ -12849,7 +12849,7 @@ func SampleDistortedBoundingBoxMinObjectCovered(value float32) SampleDistortedBo
12849
12849
//
12850
12850
// value: The cropped area of the image must have an aspect ratio =
12851
12851
// width / height within this range.
12852
- // If not specified, defaults to {f:0.75 f:1.33}
12852
+ // If not specified, defaults to {f:0.75 f:1.33}
12853
12853
func SampleDistortedBoundingBoxAspectRatioRange(value []float32) SampleDistortedBoundingBoxAttr {
12854
12854
return func(m optionalAttr) {
12855
12855
m["aspect_ratio_range"] = value
@@ -12860,7 +12860,7 @@ func SampleDistortedBoundingBoxAspectRatioRange(value []float32) SampleDistorted
12860
12860
//
12861
12861
// value: The cropped area of the image must contain a fraction of the
12862
12862
// supplied image within this range.
12863
- // If not specified, defaults to {f:0.05 f:1}
12863
+ // If not specified, defaults to {f:0.05 f:1}
12864
12864
func SampleDistortedBoundingBoxAreaRange(value []float32) SampleDistortedBoundingBoxAttr {
12865
12865
return func(m optionalAttr) {
12866
12866
m["area_range"] = value
@@ -20095,7 +20095,7 @@ func SampleDistortedBoundingBoxV2Seed2(value int64) SampleDistortedBoundingBoxV2
20095
20095
//
20096
20096
// value: The cropped area of the image must have an aspect ratio =
20097
20097
// width / height within this range.
20098
- // If not specified, defaults to {f:0.75 f:1.33}
20098
+ // If not specified, defaults to {f:0.75 f:1.33}
20099
20099
func SampleDistortedBoundingBoxV2AspectRatioRange(value []float32) SampleDistortedBoundingBoxV2Attr {
20100
20100
return func(m optionalAttr) {
20101
20101
m["aspect_ratio_range"] = value
@@ -20106,7 +20106,7 @@ func SampleDistortedBoundingBoxV2AspectRatioRange(value []float32) SampleDistort
20106
20106
//
20107
20107
// value: The cropped area of the image must contain a fraction of the
20108
20108
// supplied image within this range.
20109
- // If not specified, defaults to {f:0.05 f:1}
20109
+ // If not specified, defaults to {f:0.05 f:1}
20110
20110
func SampleDistortedBoundingBoxV2AreaRange(value []float32) SampleDistortedBoundingBoxV2Attr {
20111
20111
return func(m optionalAttr) {
20112
20112
m["area_range"] = value
@@ -20440,7 +20440,7 @@ func ImageSummaryMaxImages(value int64) ImageSummaryAttr {
20440
20440
// ImageSummaryBadColor sets the optional bad_color attribute to value.
20441
20441
//
20442
20442
// value: Color to use for pixels with non-finite values.
20443
- // 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}
20443
+ // 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}
20444
20444
func ImageSummaryBadColor(value tf.Tensor) ImageSummaryAttr {
20445
20445
return func(m optionalAttr) {
20446
20446
m["bad_color"] = value
@@ -22739,7 +22739,7 @@ func Conv2DDataFormat(value string) Conv2DAttr {
22739
22739
// filter element on that dimension. The dimension order is determined by the
22740
22740
// value of `data_format`, see above for details. Dilations in the batch and
22741
22741
// depth dimensions must be 1.
22742
- // If not specified, defaults to {i:1 i:1 i:1 i:1}
22742
+ // If not specified, defaults to {i:1 i:1 i:1 i:1}
22743
22743
func Conv2DDilations(value []int64) Conv2DAttr {
22744
22744
return func(m optionalAttr) {
22745
22745
m["dilations"] = value
@@ -23034,7 +23034,7 @@ func QuantizedDepthwiseConv2DWithBiasAndReluOutType(value tf.DataType) Quantized
23034
23034
// QuantizedDepthwiseConv2DWithBiasAndReluDilations sets the optional dilations attribute to value.
23035
23035
//
23036
23036
// value: List of dilation values.
23037
- // If not specified, defaults to {i:1 i:1 i:1 i:1}
23037
+ // If not specified, defaults to {i:1 i:1 i:1 i:1}
23038
23038
func QuantizedDepthwiseConv2DWithBiasAndReluDilations(value []int64) QuantizedDepthwiseConv2DWithBiasAndReluAttr {
23039
23039
return func(m optionalAttr) {
23040
23040
m["dilations"] = value
@@ -23101,7 +23101,7 @@ func QuantizedDepthwiseConv2DWithBiasOutType(value tf.DataType) QuantizedDepthwi
23101
23101
// QuantizedDepthwiseConv2DWithBiasDilations sets the optional dilations attribute to value.
23102
23102
//
23103
23103
// value: List of dilation values.
23104
- // If not specified, defaults to {i:1 i:1 i:1 i:1}
23104
+ // If not specified, defaults to {i:1 i:1 i:1 i:1}
23105
23105
func QuantizedDepthwiseConv2DWithBiasDilations(value []int64) QuantizedDepthwiseConv2DWithBiasAttr {
23106
23106
return func(m optionalAttr) {
23107
23107
m["dilations"] = value
@@ -23160,7 +23160,7 @@ func QuantizedDepthwiseConv2DOutType(value tf.DataType) QuantizedDepthwiseConv2D
23160
23160
// QuantizedDepthwiseConv2DDilations sets the optional dilations attribute to value.
23161
23161
//
23162
23162
// value: List of dilation values.
23163
- // If not specified, defaults to {i:1 i:1 i:1 i:1}
23163
+ // If not specified, defaults to {i:1 i:1 i:1 i:1}
23164
23164
func QuantizedDepthwiseConv2DDilations(value []int64) QuantizedDepthwiseConv2DAttr {
23165
23165
return func(m optionalAttr) {
23166
23166
m["dilations"] = value
@@ -23218,7 +23218,7 @@ func QuantizedConv2DPerChannelOutType(value tf.DataType) QuantizedConv2DPerChann
23218
23218
// QuantizedConv2DPerChannelDilations sets the optional dilations attribute to value.
23219
23219
//
23220
23220
// value: list of dilation values.
23221
- // If not specified, defaults to {i:1 i:1 i:1 i:1}
23221
+ // If not specified, defaults to {i:1 i:1 i:1 i:1}
23222
23222
func QuantizedConv2DPerChannelDilations(value []int64) QuantizedConv2DPerChannelAttr {
23223
23223
return func(m optionalAttr) {
23224
23224
m["dilations"] = value
@@ -25634,7 +25634,7 @@ func Conv3DBackpropInputV2DataFormat(value string) Conv3DBackpropInputV2Attr {
25634
25634
// filter element on that dimension. The dimension order is determined by the
25635
25635
// value of `data_format`, see above for details. Dilations in the batch and
25636
25636
// depth dimensions must be 1.
25637
- // If not specified, defaults to {i:1 i:1 i:1 i:1 i:1}
25637
+ // If not specified, defaults to {i:1 i:1 i:1 i:1 i:1}
25638
25638
func Conv3DBackpropInputV2Dilations(value []int64) Conv3DBackpropInputV2Attr {
25639
25639
return func(m optionalAttr) {
25640
25640
m["dilations"] = value
@@ -26055,7 +26055,7 @@ func Conv3DBackpropFilterV2DataFormat(value string) Conv3DBackpropFilterV2Attr {
26055
26055
// filter element on that dimension. The dimension order is determined by the
26056
26056
// value of `data_format`, see above for details. Dilations in the batch and
26057
26057
// depth dimensions must be 1.
26058
- // If not specified, defaults to {i:1 i:1 i:1 i:1 i:1}
26058
+ // If not specified, defaults to {i:1 i:1 i:1 i:1 i:1}
26059
26059
func Conv3DBackpropFilterV2Dilations(value []int64) Conv3DBackpropFilterV2Attr {
26060
26060
return func(m optionalAttr) {
26061
26061
m["dilations"] = value
@@ -26098,7 +26098,7 @@ func Conv3DBackpropFilterV2(scope *Scope, input tf.Output, filter_sizes tf.Outpu
26098
26098
type Conv3DBackpropFilterAttr func(optionalAttr)
26099
26099
26100
26100
// Conv3DBackpropFilterDilations sets the optional dilations attribute to value.
26101
- // If not specified, defaults to {i:1 i:1 i:1 i:1 i:1}
26101
+ // If not specified, defaults to {i:1 i:1 i:1 i:1 i:1}
26102
26102
func Conv3DBackpropFilterDilations(value []int64) Conv3DBackpropFilterAttr {
26103
26103
return func(m optionalAttr) {
26104
26104
m["dilations"] = value
@@ -26161,7 +26161,7 @@ func Conv3DDataFormat(value string) Conv3DAttr {
26161
26161
// filter element on that dimension. The dimension order is determined by the
26162
26162
// value of `data_format`, see above for details. Dilations in the batch and
26163
26163
// depth dimensions must be 1.
26164
- // If not specified, defaults to {i:1 i:1 i:1 i:1 i:1}
26164
+ // If not specified, defaults to {i:1 i:1 i:1 i:1 i:1}
26165
26165
func Conv3DDilations(value []int64) Conv3DAttr {
26166
26166
return func(m optionalAttr) {
26167
26167
m["dilations"] = value
@@ -26304,7 +26304,7 @@ func DepthwiseConv2dNativeBackpropInputDataFormat(value string) DepthwiseConv2dN
26304
26304
// element on that dimension. The dimension order is determined by the value of
26305
26305
// `data_format`, see above for details. Dilations in the batch and depth
26306
26306
// dimensions must be 1.
26307
- // If not specified, defaults to {i:1 i:1 i:1 i:1}
26307
+ // If not specified, defaults to {i:1 i:1 i:1 i:1}
26308
26308
func DepthwiseConv2dNativeBackpropInputDilations(value []int64) DepthwiseConv2dNativeBackpropInputAttr {
26309
26309
return func(m optionalAttr) {
26310
26310
m["dilations"] = value
@@ -26541,7 +26541,7 @@ func Conv2DBackpropFilterDataFormat(value string) Conv2DBackpropFilterAttr {
26541
26541
// element on that dimension. The dimension order is determined by the value of
26542
26542
// `data_format`, see above for details. Dilations in the batch and depth
26543
26543
// dimensions must be 1.
26544
- // If not specified, defaults to {i:1 i:1 i:1 i:1}
26544
+ // If not specified, defaults to {i:1 i:1 i:1 i:1}
26545
26545
func Conv2DBackpropFilterDilations(value []int64) Conv2DBackpropFilterAttr {
26546
26546
return func(m optionalAttr) {
26547
26547
m["dilations"] = value
@@ -29856,7 +29856,7 @@ func QuantizedConv2DOutType(value tf.DataType) QuantizedConv2DAttr {
29856
29856
// filter element on that dimension. The dimension order is determined by the
29857
29857
// value of `data_format`, see above for details. Dilations in the batch and
29858
29858
// depth dimensions must be 1.
29859
- // If not specified, defaults to {i:1 i:1 i:1 i:1}
29859
+ // If not specified, defaults to {i:1 i:1 i:1 i:1}
29860
29860
func QuantizedConv2DDilations(value []int64) QuantizedConv2DAttr {
29861
29861
return func(m optionalAttr) {
29862
29862
m["dilations"] = value
@@ -29987,7 +29987,7 @@ func Conv2DBackpropInputDataFormat(value string) Conv2DBackpropInputAttr {
29987
29987
// element on that dimension. The dimension order is determined by the value of
29988
29988
// `data_format`, see above for details. Dilations in the batch and depth
29989
29989
// dimensions must be 1.
29990
- // If not specified, defaults to {i:1 i:1 i:1 i:1}
29990
+ // If not specified, defaults to {i:1 i:1 i:1 i:1}
29991
29991
func Conv2DBackpropInputDilations(value []int64) Conv2DBackpropInputAttr {
29992
29992
return func(m optionalAttr) {
29993
29993
m["dilations"] = value
@@ -36025,7 +36025,7 @@ func SparseCrossHashed(scope *Scope, indices []tf.Output, values []tf.Output, sh
36025
36025
type Conv3DBackpropInputAttr func(optionalAttr)
36026
36026
36027
36027
// Conv3DBackpropInputDilations sets the optional dilations attribute to value.
36028
- // If not specified, defaults to {i:1 i:1 i:1 i:1 i:1}
36028
+ // If not specified, defaults to {i:1 i:1 i:1 i:1 i:1}
36029
36029
func Conv3DBackpropInputDilations(value []int64) Conv3DBackpropInputAttr {
36030
36030
return func(m optionalAttr) {
36031
36031
m["dilations"] = value
@@ -46696,7 +46696,7 @@ func DepthwiseConv2dNativeDataFormat(value string) DepthwiseConv2dNativeAttr {
46696
46696
// element on that dimension. The dimension order is determined by the value of
46697
46697
// `data_format`, see above for details. Dilations in the batch and depth
46698
46698
// dimensions must be 1.
46699
- // If not specified, defaults to {i:1 i:1 i:1 i:1}
46699
+ // If not specified, defaults to {i:1 i:1 i:1 i:1}
46700
46700
func DepthwiseConv2dNativeDilations(value []int64) DepthwiseConv2dNativeAttr {
46701
46701
return func(m optionalAttr) {
46702
46702
m["dilations"] = value
@@ -50371,7 +50371,7 @@ func DepthwiseConv2dNativeBackpropFilterDataFormat(value string) DepthwiseConv2d
50371
50371
// element on that dimension. The dimension order is determined by the value of
50372
50372
// `data_format`, see above for details. Dilations in the batch and depth
50373
50373
// dimensions must be 1.
50374
- // If not specified, defaults to {i:1 i:1 i:1 i:1}
50374
+ // If not specified, defaults to {i:1 i:1 i:1 i:1}
50375
50375
func DepthwiseConv2dNativeBackpropFilterDilations(value []int64) DepthwiseConv2dNativeBackpropFilterAttr {
50376
50376
return func(m optionalAttr) {
50377
50377
m["dilations"] = value
@@ -50875,7 +50875,7 @@ func QuantizedDepthwiseConv2DWithBiasAndReluAndRequantizeOutType(value tf.DataTy
50875
50875
// QuantizedDepthwiseConv2DWithBiasAndReluAndRequantizeDilations sets the optional dilations attribute to value.
50876
50876
//
50877
50877
// value: List of dilation values.
50878
- // If not specified, defaults to {i:1 i:1 i:1 i:1}
50878
+ // If not specified, defaults to {i:1 i:1 i:1 i:1}
50879
50879
func QuantizedDepthwiseConv2DWithBiasAndReluAndRequantizeDilations(value []int64) QuantizedDepthwiseConv2DWithBiasAndReluAndRequantizeAttr {
50880
50880
return func(m optionalAttr) {
50881
50881
m["dilations"] = value
0 commit comments