Skip to content

Commit 83959a6

Browse files
Go: Update generated wrapper functions for TensorFlow ops.
PiperOrigin-RevId: 395080520 Change-Id: I6cdde4ac8bdfc69f96d8d155f6291567e2cc28f5
1 parent ef25003 commit 83959a6

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

tensorflow/go/op/wrappers.go

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -12667,7 +12667,7 @@ type StatelessSampleDistortedBoundingBoxAttr func(optionalAttr)
1266712667
//
1266812668
// value: The cropped area of the image must have an aspect ratio =
1266912669
// 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}
1267112671
func StatelessSampleDistortedBoundingBoxAspectRatioRange(value []float32) StatelessSampleDistortedBoundingBoxAttr {
1267212672
return func(m optionalAttr) {
1267312673
m["aspect_ratio_range"] = value
@@ -12678,7 +12678,7 @@ func StatelessSampleDistortedBoundingBoxAspectRatioRange(value []float32) Statel
1267812678
//
1267912679
// value: The cropped area of the image must contain a fraction of the
1268012680
// 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}
1268212682
func StatelessSampleDistortedBoundingBoxAreaRange(value []float32) StatelessSampleDistortedBoundingBoxAttr {
1268312683
return func(m optionalAttr) {
1268412684
m["area_range"] = value
@@ -12849,7 +12849,7 @@ func SampleDistortedBoundingBoxMinObjectCovered(value float32) SampleDistortedBo
1284912849
//
1285012850
// value: The cropped area of the image must have an aspect ratio =
1285112851
// 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}
1285312853
func SampleDistortedBoundingBoxAspectRatioRange(value []float32) SampleDistortedBoundingBoxAttr {
1285412854
return func(m optionalAttr) {
1285512855
m["aspect_ratio_range"] = value
@@ -12860,7 +12860,7 @@ func SampleDistortedBoundingBoxAspectRatioRange(value []float32) SampleDistorted
1286012860
//
1286112861
// value: The cropped area of the image must contain a fraction of the
1286212862
// 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}
1286412864
func SampleDistortedBoundingBoxAreaRange(value []float32) SampleDistortedBoundingBoxAttr {
1286512865
return func(m optionalAttr) {
1286612866
m["area_range"] = value
@@ -20095,7 +20095,7 @@ func SampleDistortedBoundingBoxV2Seed2(value int64) SampleDistortedBoundingBoxV2
2009520095
//
2009620096
// value: The cropped area of the image must have an aspect ratio =
2009720097
// 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}
2009920099
func SampleDistortedBoundingBoxV2AspectRatioRange(value []float32) SampleDistortedBoundingBoxV2Attr {
2010020100
return func(m optionalAttr) {
2010120101
m["aspect_ratio_range"] = value
@@ -20106,7 +20106,7 @@ func SampleDistortedBoundingBoxV2AspectRatioRange(value []float32) SampleDistort
2010620106
//
2010720107
// value: The cropped area of the image must contain a fraction of the
2010820108
// 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}
2011020110
func SampleDistortedBoundingBoxV2AreaRange(value []float32) SampleDistortedBoundingBoxV2Attr {
2011120111
return func(m optionalAttr) {
2011220112
m["area_range"] = value
@@ -20440,7 +20440,7 @@ func ImageSummaryMaxImages(value int64) ImageSummaryAttr {
2044020440
// ImageSummaryBadColor sets the optional bad_color attribute to value.
2044120441
//
2044220442
// 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}
2044420444
func ImageSummaryBadColor(value tf.Tensor) ImageSummaryAttr {
2044520445
return func(m optionalAttr) {
2044620446
m["bad_color"] = value
@@ -22739,7 +22739,7 @@ func Conv2DDataFormat(value string) Conv2DAttr {
2273922739
// filter element on that dimension. The dimension order is determined by the
2274022740
// value of `data_format`, see above for details. Dilations in the batch and
2274122741
// 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}
2274322743
func Conv2DDilations(value []int64) Conv2DAttr {
2274422744
return func(m optionalAttr) {
2274522745
m["dilations"] = value
@@ -23034,7 +23034,7 @@ func QuantizedDepthwiseConv2DWithBiasAndReluOutType(value tf.DataType) Quantized
2303423034
// QuantizedDepthwiseConv2DWithBiasAndReluDilations sets the optional dilations attribute to value.
2303523035
//
2303623036
// 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}
2303823038
func QuantizedDepthwiseConv2DWithBiasAndReluDilations(value []int64) QuantizedDepthwiseConv2DWithBiasAndReluAttr {
2303923039
return func(m optionalAttr) {
2304023040
m["dilations"] = value
@@ -23101,7 +23101,7 @@ func QuantizedDepthwiseConv2DWithBiasOutType(value tf.DataType) QuantizedDepthwi
2310123101
// QuantizedDepthwiseConv2DWithBiasDilations sets the optional dilations attribute to value.
2310223102
//
2310323103
// 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}
2310523105
func QuantizedDepthwiseConv2DWithBiasDilations(value []int64) QuantizedDepthwiseConv2DWithBiasAttr {
2310623106
return func(m optionalAttr) {
2310723107
m["dilations"] = value
@@ -23160,7 +23160,7 @@ func QuantizedDepthwiseConv2DOutType(value tf.DataType) QuantizedDepthwiseConv2D
2316023160
// QuantizedDepthwiseConv2DDilations sets the optional dilations attribute to value.
2316123161
//
2316223162
// 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}
2316423164
func QuantizedDepthwiseConv2DDilations(value []int64) QuantizedDepthwiseConv2DAttr {
2316523165
return func(m optionalAttr) {
2316623166
m["dilations"] = value
@@ -23218,7 +23218,7 @@ func QuantizedConv2DPerChannelOutType(value tf.DataType) QuantizedConv2DPerChann
2321823218
// QuantizedConv2DPerChannelDilations sets the optional dilations attribute to value.
2321923219
//
2322023220
// 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}
2322223222
func QuantizedConv2DPerChannelDilations(value []int64) QuantizedConv2DPerChannelAttr {
2322323223
return func(m optionalAttr) {
2322423224
m["dilations"] = value
@@ -25634,7 +25634,7 @@ func Conv3DBackpropInputV2DataFormat(value string) Conv3DBackpropInputV2Attr {
2563425634
// filter element on that dimension. The dimension order is determined by the
2563525635
// value of `data_format`, see above for details. Dilations in the batch and
2563625636
// 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}
2563825638
func Conv3DBackpropInputV2Dilations(value []int64) Conv3DBackpropInputV2Attr {
2563925639
return func(m optionalAttr) {
2564025640
m["dilations"] = value
@@ -26055,7 +26055,7 @@ func Conv3DBackpropFilterV2DataFormat(value string) Conv3DBackpropFilterV2Attr {
2605526055
// filter element on that dimension. The dimension order is determined by the
2605626056
// value of `data_format`, see above for details. Dilations in the batch and
2605726057
// 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}
2605926059
func Conv3DBackpropFilterV2Dilations(value []int64) Conv3DBackpropFilterV2Attr {
2606026060
return func(m optionalAttr) {
2606126061
m["dilations"] = value
@@ -26098,7 +26098,7 @@ func Conv3DBackpropFilterV2(scope *Scope, input tf.Output, filter_sizes tf.Outpu
2609826098
type Conv3DBackpropFilterAttr func(optionalAttr)
2609926099

2610026100
// 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}
2610226102
func Conv3DBackpropFilterDilations(value []int64) Conv3DBackpropFilterAttr {
2610326103
return func(m optionalAttr) {
2610426104
m["dilations"] = value
@@ -26161,7 +26161,7 @@ func Conv3DDataFormat(value string) Conv3DAttr {
2616126161
// filter element on that dimension. The dimension order is determined by the
2616226162
// value of `data_format`, see above for details. Dilations in the batch and
2616326163
// 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}
2616526165
func Conv3DDilations(value []int64) Conv3DAttr {
2616626166
return func(m optionalAttr) {
2616726167
m["dilations"] = value
@@ -26304,7 +26304,7 @@ func DepthwiseConv2dNativeBackpropInputDataFormat(value string) DepthwiseConv2dN
2630426304
// element on that dimension. The dimension order is determined by the value of
2630526305
// `data_format`, see above for details. Dilations in the batch and depth
2630626306
// 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}
2630826308
func DepthwiseConv2dNativeBackpropInputDilations(value []int64) DepthwiseConv2dNativeBackpropInputAttr {
2630926309
return func(m optionalAttr) {
2631026310
m["dilations"] = value
@@ -26541,7 +26541,7 @@ func Conv2DBackpropFilterDataFormat(value string) Conv2DBackpropFilterAttr {
2654126541
// element on that dimension. The dimension order is determined by the value of
2654226542
// `data_format`, see above for details. Dilations in the batch and depth
2654326543
// 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}
2654526545
func Conv2DBackpropFilterDilations(value []int64) Conv2DBackpropFilterAttr {
2654626546
return func(m optionalAttr) {
2654726547
m["dilations"] = value
@@ -29856,7 +29856,7 @@ func QuantizedConv2DOutType(value tf.DataType) QuantizedConv2DAttr {
2985629856
// filter element on that dimension. The dimension order is determined by the
2985729857
// value of `data_format`, see above for details. Dilations in the batch and
2985829858
// 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}
2986029860
func QuantizedConv2DDilations(value []int64) QuantizedConv2DAttr {
2986129861
return func(m optionalAttr) {
2986229862
m["dilations"] = value
@@ -29987,7 +29987,7 @@ func Conv2DBackpropInputDataFormat(value string) Conv2DBackpropInputAttr {
2998729987
// element on that dimension. The dimension order is determined by the value of
2998829988
// `data_format`, see above for details. Dilations in the batch and depth
2998929989
// 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}
2999129991
func Conv2DBackpropInputDilations(value []int64) Conv2DBackpropInputAttr {
2999229992
return func(m optionalAttr) {
2999329993
m["dilations"] = value
@@ -36025,7 +36025,7 @@ func SparseCrossHashed(scope *Scope, indices []tf.Output, values []tf.Output, sh
3602536025
type Conv3DBackpropInputAttr func(optionalAttr)
3602636026

3602736027
// 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}
3602936029
func Conv3DBackpropInputDilations(value []int64) Conv3DBackpropInputAttr {
3603036030
return func(m optionalAttr) {
3603136031
m["dilations"] = value
@@ -46696,7 +46696,7 @@ func DepthwiseConv2dNativeDataFormat(value string) DepthwiseConv2dNativeAttr {
4669646696
// element on that dimension. The dimension order is determined by the value of
4669746697
// `data_format`, see above for details. Dilations in the batch and depth
4669846698
// 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}
4670046700
func DepthwiseConv2dNativeDilations(value []int64) DepthwiseConv2dNativeAttr {
4670146701
return func(m optionalAttr) {
4670246702
m["dilations"] = value
@@ -50371,7 +50371,7 @@ func DepthwiseConv2dNativeBackpropFilterDataFormat(value string) DepthwiseConv2d
5037150371
// element on that dimension. The dimension order is determined by the value of
5037250372
// `data_format`, see above for details. Dilations in the batch and depth
5037350373
// 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}
5037550375
func DepthwiseConv2dNativeBackpropFilterDilations(value []int64) DepthwiseConv2dNativeBackpropFilterAttr {
5037650376
return func(m optionalAttr) {
5037750377
m["dilations"] = value
@@ -50875,7 +50875,7 @@ func QuantizedDepthwiseConv2DWithBiasAndReluAndRequantizeOutType(value tf.DataTy
5087550875
// QuantizedDepthwiseConv2DWithBiasAndReluAndRequantizeDilations sets the optional dilations attribute to value.
5087650876
//
5087750877
// 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}
5087950879
func QuantizedDepthwiseConv2DWithBiasAndReluAndRequantizeDilations(value []int64) QuantizedDepthwiseConv2DWithBiasAndReluAndRequantizeAttr {
5088050880
return func(m optionalAttr) {
5088150881
m["dilations"] = value

0 commit comments

Comments
 (0)