@@ -12928,7 +12928,7 @@ type StatelessSampleDistortedBoundingBoxAttr func(optionalAttr)
12928
12928
//
12929
12929
// value: The cropped area of the image must have an aspect ratio =
12930
12930
// width / height within this range.
12931
- // If not specified, defaults to {f:0.75 f:1.33}
12931
+ // If not specified, defaults to {f:0.75 f:1.33}
12932
12932
func StatelessSampleDistortedBoundingBoxAspectRatioRange(value []float32) StatelessSampleDistortedBoundingBoxAttr {
12933
12933
return func(m optionalAttr) {
12934
12934
m["aspect_ratio_range"] = value
@@ -12939,7 +12939,7 @@ func StatelessSampleDistortedBoundingBoxAspectRatioRange(value []float32) Statel
12939
12939
//
12940
12940
// value: The cropped area of the image must contain a fraction of the
12941
12941
// supplied image within this range.
12942
- // If not specified, defaults to {f:0.05 f:1}
12942
+ // If not specified, defaults to {f:0.05 f:1}
12943
12943
func StatelessSampleDistortedBoundingBoxAreaRange(value []float32) StatelessSampleDistortedBoundingBoxAttr {
12944
12944
return func(m optionalAttr) {
12945
12945
m["area_range"] = value
@@ -13110,7 +13110,7 @@ func SampleDistortedBoundingBoxMinObjectCovered(value float32) SampleDistortedBo
13110
13110
//
13111
13111
// value: The cropped area of the image must have an aspect ratio =
13112
13112
// width / height within this range.
13113
- // If not specified, defaults to {f:0.75 f:1.33}
13113
+ // If not specified, defaults to {f:0.75 f:1.33}
13114
13114
func SampleDistortedBoundingBoxAspectRatioRange(value []float32) SampleDistortedBoundingBoxAttr {
13115
13115
return func(m optionalAttr) {
13116
13116
m["aspect_ratio_range"] = value
@@ -13121,7 +13121,7 @@ func SampleDistortedBoundingBoxAspectRatioRange(value []float32) SampleDistorted
13121
13121
//
13122
13122
// value: The cropped area of the image must contain a fraction of the
13123
13123
// supplied image within this range.
13124
- // If not specified, defaults to {f:0.05 f:1}
13124
+ // If not specified, defaults to {f:0.05 f:1}
13125
13125
func SampleDistortedBoundingBoxAreaRange(value []float32) SampleDistortedBoundingBoxAttr {
13126
13126
return func(m optionalAttr) {
13127
13127
m["area_range"] = value
@@ -20478,7 +20478,7 @@ func SampleDistortedBoundingBoxV2Seed2(value int64) SampleDistortedBoundingBoxV2
20478
20478
//
20479
20479
// value: The cropped area of the image must have an aspect ratio =
20480
20480
// width / height within this range.
20481
- // If not specified, defaults to {f:0.75 f:1.33}
20481
+ // If not specified, defaults to {f:0.75 f:1.33}
20482
20482
func SampleDistortedBoundingBoxV2AspectRatioRange(value []float32) SampleDistortedBoundingBoxV2Attr {
20483
20483
return func(m optionalAttr) {
20484
20484
m["aspect_ratio_range"] = value
@@ -20489,7 +20489,7 @@ func SampleDistortedBoundingBoxV2AspectRatioRange(value []float32) SampleDistort
20489
20489
//
20490
20490
// value: The cropped area of the image must contain a fraction of the
20491
20491
// supplied image within this range.
20492
- // If not specified, defaults to {f:0.05 f:1}
20492
+ // If not specified, defaults to {f:0.05 f:1}
20493
20493
func SampleDistortedBoundingBoxV2AreaRange(value []float32) SampleDistortedBoundingBoxV2Attr {
20494
20494
return func(m optionalAttr) {
20495
20495
m["area_range"] = value
@@ -20823,7 +20823,7 @@ func ImageSummaryMaxImages(value int64) ImageSummaryAttr {
20823
20823
// ImageSummaryBadColor sets the optional bad_color attribute to value.
20824
20824
//
20825
20825
// value: Color to use for pixels with non-finite values.
20826
- // 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}
20826
+ // 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}
20827
20827
func ImageSummaryBadColor(value tf.Tensor) ImageSummaryAttr {
20828
20828
return func(m optionalAttr) {
20829
20829
m["bad_color"] = value
@@ -23178,7 +23178,7 @@ func Conv2DDataFormat(value string) Conv2DAttr {
23178
23178
// filter element on that dimension. The dimension order is determined by the
23179
23179
// value of `data_format`, see above for details. Dilations in the batch and
23180
23180
// depth dimensions must be 1.
23181
- // If not specified, defaults to {i:1 i:1 i:1 i:1}
23181
+ // If not specified, defaults to {i:1 i:1 i:1 i:1}
23182
23182
func Conv2DDilations(value []int64) Conv2DAttr {
23183
23183
return func(m optionalAttr) {
23184
23184
m["dilations"] = value
@@ -23473,7 +23473,7 @@ func QuantizedDepthwiseConv2DWithBiasAndReluOutType(value tf.DataType) Quantized
23473
23473
// QuantizedDepthwiseConv2DWithBiasAndReluDilations sets the optional dilations attribute to value.
23474
23474
//
23475
23475
// value: List of dilation values.
23476
- // If not specified, defaults to {i:1 i:1 i:1 i:1}
23476
+ // If not specified, defaults to {i:1 i:1 i:1 i:1}
23477
23477
func QuantizedDepthwiseConv2DWithBiasAndReluDilations(value []int64) QuantizedDepthwiseConv2DWithBiasAndReluAttr {
23478
23478
return func(m optionalAttr) {
23479
23479
m["dilations"] = value
@@ -23540,7 +23540,7 @@ func QuantizedDepthwiseConv2DWithBiasOutType(value tf.DataType) QuantizedDepthwi
23540
23540
// QuantizedDepthwiseConv2DWithBiasDilations sets the optional dilations attribute to value.
23541
23541
//
23542
23542
// value: List of dilation values.
23543
- // If not specified, defaults to {i:1 i:1 i:1 i:1}
23543
+ // If not specified, defaults to {i:1 i:1 i:1 i:1}
23544
23544
func QuantizedDepthwiseConv2DWithBiasDilations(value []int64) QuantizedDepthwiseConv2DWithBiasAttr {
23545
23545
return func(m optionalAttr) {
23546
23546
m["dilations"] = value
@@ -23599,7 +23599,7 @@ func QuantizedDepthwiseConv2DOutType(value tf.DataType) QuantizedDepthwiseConv2D
23599
23599
// QuantizedDepthwiseConv2DDilations sets the optional dilations attribute to value.
23600
23600
//
23601
23601
// value: List of dilation values.
23602
- // If not specified, defaults to {i:1 i:1 i:1 i:1}
23602
+ // If not specified, defaults to {i:1 i:1 i:1 i:1}
23603
23603
func QuantizedDepthwiseConv2DDilations(value []int64) QuantizedDepthwiseConv2DAttr {
23604
23604
return func(m optionalAttr) {
23605
23605
m["dilations"] = value
@@ -23657,7 +23657,7 @@ func QuantizedConv2DPerChannelOutType(value tf.DataType) QuantizedConv2DPerChann
23657
23657
// QuantizedConv2DPerChannelDilations sets the optional dilations attribute to value.
23658
23658
//
23659
23659
// value: list of dilation values.
23660
- // If not specified, defaults to {i:1 i:1 i:1 i:1}
23660
+ // If not specified, defaults to {i:1 i:1 i:1 i:1}
23661
23661
func QuantizedConv2DPerChannelDilations(value []int64) QuantizedConv2DPerChannelAttr {
23662
23662
return func(m optionalAttr) {
23663
23663
m["dilations"] = value
@@ -26111,7 +26111,7 @@ func Conv3DBackpropInputV2DataFormat(value string) Conv3DBackpropInputV2Attr {
26111
26111
// filter element on that dimension. The dimension order is determined by the
26112
26112
// value of `data_format`, see above for details. Dilations in the batch and
26113
26113
// depth dimensions must be 1.
26114
- // If not specified, defaults to {i:1 i:1 i:1 i:1 i:1}
26114
+ // If not specified, defaults to {i:1 i:1 i:1 i:1 i:1}
26115
26115
func Conv3DBackpropInputV2Dilations(value []int64) Conv3DBackpropInputV2Attr {
26116
26116
return func(m optionalAttr) {
26117
26117
m["dilations"] = value
@@ -26532,7 +26532,7 @@ func Conv3DBackpropFilterV2DataFormat(value string) Conv3DBackpropFilterV2Attr {
26532
26532
// filter element on that dimension. The dimension order is determined by the
26533
26533
// value of `data_format`, see above for details. Dilations in the batch and
26534
26534
// depth dimensions must be 1.
26535
- // If not specified, defaults to {i:1 i:1 i:1 i:1 i:1}
26535
+ // If not specified, defaults to {i:1 i:1 i:1 i:1 i:1}
26536
26536
func Conv3DBackpropFilterV2Dilations(value []int64) Conv3DBackpropFilterV2Attr {
26537
26537
return func(m optionalAttr) {
26538
26538
m["dilations"] = value
@@ -26575,7 +26575,7 @@ func Conv3DBackpropFilterV2(scope *Scope, input tf.Output, filter_sizes tf.Outpu
26575
26575
type Conv3DBackpropFilterAttr func(optionalAttr)
26576
26576
26577
26577
// Conv3DBackpropFilterDilations sets the optional dilations attribute to value.
26578
- // If not specified, defaults to {i:1 i:1 i:1 i:1 i:1}
26578
+ // If not specified, defaults to {i:1 i:1 i:1 i:1 i:1}
26579
26579
func Conv3DBackpropFilterDilations(value []int64) Conv3DBackpropFilterAttr {
26580
26580
return func(m optionalAttr) {
26581
26581
m["dilations"] = value
@@ -26638,7 +26638,7 @@ func Conv3DDataFormat(value string) Conv3DAttr {
26638
26638
// filter element on that dimension. The dimension order is determined by the
26639
26639
// value of `data_format`, see above for details. Dilations in the batch and
26640
26640
// depth dimensions must be 1.
26641
- // If not specified, defaults to {i:1 i:1 i:1 i:1 i:1}
26641
+ // If not specified, defaults to {i:1 i:1 i:1 i:1 i:1}
26642
26642
func Conv3DDilations(value []int64) Conv3DAttr {
26643
26643
return func(m optionalAttr) {
26644
26644
m["dilations"] = value
@@ -26781,7 +26781,7 @@ func DepthwiseConv2dNativeBackpropInputDataFormat(value string) DepthwiseConv2dN
26781
26781
// element on that dimension. The dimension order is determined by the value of
26782
26782
// `data_format`, see above for details. Dilations in the batch and depth
26783
26783
// dimensions must be 1.
26784
- // If not specified, defaults to {i:1 i:1 i:1 i:1}
26784
+ // If not specified, defaults to {i:1 i:1 i:1 i:1}
26785
26785
func DepthwiseConv2dNativeBackpropInputDilations(value []int64) DepthwiseConv2dNativeBackpropInputAttr {
26786
26786
return func(m optionalAttr) {
26787
26787
m["dilations"] = value
@@ -27018,7 +27018,7 @@ func Conv2DBackpropFilterDataFormat(value string) Conv2DBackpropFilterAttr {
27018
27018
// element on that dimension. The dimension order is determined by the value of
27019
27019
// `data_format`, see above for details. Dilations in the batch and depth
27020
27020
// dimensions must be 1.
27021
- // If not specified, defaults to {i:1 i:1 i:1 i:1}
27021
+ // If not specified, defaults to {i:1 i:1 i:1 i:1}
27022
27022
func Conv2DBackpropFilterDilations(value []int64) Conv2DBackpropFilterAttr {
27023
27023
return func(m optionalAttr) {
27024
27024
m["dilations"] = value
@@ -30372,7 +30372,7 @@ func QuantizedConv2DOutType(value tf.DataType) QuantizedConv2DAttr {
30372
30372
// filter element on that dimension. The dimension order is determined by the
30373
30373
// value of `data_format`, see above for details. Dilations in the batch and
30374
30374
// depth dimensions must be 1.
30375
- // If not specified, defaults to {i:1 i:1 i:1 i:1}
30375
+ // If not specified, defaults to {i:1 i:1 i:1 i:1}
30376
30376
func QuantizedConv2DDilations(value []int64) QuantizedConv2DAttr {
30377
30377
return func(m optionalAttr) {
30378
30378
m["dilations"] = value
@@ -30503,7 +30503,7 @@ func Conv2DBackpropInputDataFormat(value string) Conv2DBackpropInputAttr {
30503
30503
// element on that dimension. The dimension order is determined by the value of
30504
30504
// `data_format`, see above for details. Dilations in the batch and depth
30505
30505
// dimensions must be 1.
30506
- // If not specified, defaults to {i:1 i:1 i:1 i:1}
30506
+ // If not specified, defaults to {i:1 i:1 i:1 i:1}
30507
30507
func Conv2DBackpropInputDilations(value []int64) Conv2DBackpropInputAttr {
30508
30508
return func(m optionalAttr) {
30509
30509
m["dilations"] = value
@@ -36572,7 +36572,7 @@ func SparseCrossHashed(scope *Scope, indices []tf.Output, values []tf.Output, sh
36572
36572
type Conv3DBackpropInputAttr func(optionalAttr)
36573
36573
36574
36574
// Conv3DBackpropInputDilations sets the optional dilations attribute to value.
36575
- // If not specified, defaults to {i:1 i:1 i:1 i:1 i:1}
36575
+ // If not specified, defaults to {i:1 i:1 i:1 i:1 i:1}
36576
36576
func Conv3DBackpropInputDilations(value []int64) Conv3DBackpropInputAttr {
36577
36577
return func(m optionalAttr) {
36578
36578
m["dilations"] = value
@@ -47352,7 +47352,7 @@ func DepthwiseConv2dNativeDataFormat(value string) DepthwiseConv2dNativeAttr {
47352
47352
// element on that dimension. The dimension order is determined by the value of
47353
47353
// `data_format`, see above for details. Dilations in the batch and depth
47354
47354
// dimensions must be 1.
47355
- // If not specified, defaults to {i:1 i:1 i:1 i:1}
47355
+ // If not specified, defaults to {i:1 i:1 i:1 i:1}
47356
47356
func DepthwiseConv2dNativeDilations(value []int64) DepthwiseConv2dNativeAttr {
47357
47357
return func(m optionalAttr) {
47358
47358
m["dilations"] = value
@@ -51138,7 +51138,7 @@ func DepthwiseConv2dNativeBackpropFilterDataFormat(value string) DepthwiseConv2d
51138
51138
// element on that dimension. The dimension order is determined by the value of
51139
51139
// `data_format`, see above for details. Dilations in the batch and depth
51140
51140
// dimensions must be 1.
51141
- // If not specified, defaults to {i:1 i:1 i:1 i:1}
51141
+ // If not specified, defaults to {i:1 i:1 i:1 i:1}
51142
51142
func DepthwiseConv2dNativeBackpropFilterDilations(value []int64) DepthwiseConv2dNativeBackpropFilterAttr {
51143
51143
return func(m optionalAttr) {
51144
51144
m["dilations"] = value
@@ -51656,7 +51656,7 @@ func QuantizedDepthwiseConv2DWithBiasAndReluAndRequantizeOutType(value tf.DataTy
51656
51656
// QuantizedDepthwiseConv2DWithBiasAndReluAndRequantizeDilations sets the optional dilations attribute to value.
51657
51657
//
51658
51658
// value: List of dilation values.
51659
- // If not specified, defaults to {i:1 i:1 i:1 i:1}
51659
+ // If not specified, defaults to {i:1 i:1 i:1 i:1}
51660
51660
func QuantizedDepthwiseConv2DWithBiasAndReluAndRequantizeDilations(value []int64) QuantizedDepthwiseConv2DWithBiasAndReluAndRequantizeAttr {
51661
51661
return func(m optionalAttr) {
51662
51662
m["dilations"] = value
0 commit comments