Skip to content

Commit 1233c2a

Browse files
Go: Update generated wrapper functions for TensorFlow ops.
PiperOrigin-RevId: 298086861 Change-Id: I83a3e7167ed1f5bc0c0472602fa86a111b34d9f3
1 parent eb29e54 commit 1233c2a

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

tensorflow/go/op/wrappers.go

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -11692,7 +11692,7 @@ func DepthwiseConv2dNativeBackpropFilterDataFormat(value string) DepthwiseConv2d
1169211692
// element on that dimension. The dimension order is determined by the value of
1169311693
// `data_format`, see above for details. Dilations in the batch and depth
1169411694
// 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}
1169611696
func DepthwiseConv2dNativeBackpropFilterDilations(value []int64) DepthwiseConv2dNativeBackpropFilterAttr {
1169711697
return func(m optionalAttr) {
1169811698
m["dilations"] = value
@@ -11949,7 +11949,7 @@ func SampleDistortedBoundingBoxV2Seed2(value int64) SampleDistortedBoundingBoxV2
1194911949
//
1195011950
// value: The cropped area of the image must have an aspect ratio =
1195111951
// 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}
1195311953
func SampleDistortedBoundingBoxV2AspectRatioRange(value []float32) SampleDistortedBoundingBoxV2Attr {
1195411954
return func(m optionalAttr) {
1195511955
m["aspect_ratio_range"] = value
@@ -11960,7 +11960,7 @@ func SampleDistortedBoundingBoxV2AspectRatioRange(value []float32) SampleDistort
1196011960
//
1196111961
// value: The cropped area of the image must contain a fraction of the
1196211962
// 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}
1196411964
func SampleDistortedBoundingBoxV2AreaRange(value []float32) SampleDistortedBoundingBoxV2Attr {
1196511965
return func(m optionalAttr) {
1196611966
m["area_range"] = value
@@ -12166,7 +12166,7 @@ func SampleDistortedBoundingBoxMinObjectCovered(value float32) SampleDistortedBo
1216612166
//
1216712167
// value: The cropped area of the image must have an aspect ratio =
1216812168
// 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}
1217012170
func SampleDistortedBoundingBoxAspectRatioRange(value []float32) SampleDistortedBoundingBoxAttr {
1217112171
return func(m optionalAttr) {
1217212172
m["aspect_ratio_range"] = value
@@ -12177,7 +12177,7 @@ func SampleDistortedBoundingBoxAspectRatioRange(value []float32) SampleDistorted
1217712177
//
1217812178
// value: The cropped area of the image must contain a fraction of the
1217912179
// 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}
1218112181
func SampleDistortedBoundingBoxAreaRange(value []float32) SampleDistortedBoundingBoxAttr {
1218212182
return func(m optionalAttr) {
1218312183
m["area_range"] = value
@@ -19018,7 +19018,7 @@ func ImageSummaryMaxImages(value int64) ImageSummaryAttr {
1901819018
// ImageSummaryBadColor sets the optional bad_color attribute to value.
1901919019
//
1902019020
// 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}
1902219022
func ImageSummaryBadColor(value tf.Tensor) ImageSummaryAttr {
1902319023
return func(m optionalAttr) {
1902419024
m["bad_color"] = value
@@ -20089,7 +20089,7 @@ func Conv3DBackpropFilterV2DataFormat(value string) Conv3DBackpropFilterV2Attr {
2008920089
// filter element on that dimension. The dimension order is determined by the
2009020090
// value of `data_format`, see above for details. Dilations in the batch and
2009120091
// 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}
2009320093
func Conv3DBackpropFilterV2Dilations(value []int64) Conv3DBackpropFilterV2Attr {
2009420094
return func(m optionalAttr) {
2009520095
m["dilations"] = value
@@ -21357,7 +21357,7 @@ func Conv2DBackpropInputDataFormat(value string) Conv2DBackpropInputAttr {
2135721357
// element on that dimension. The dimension order is determined by the value of
2135821358
// `data_format`, see above for details. Dilations in the batch and depth
2135921359
// 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}
2136121361
func Conv2DBackpropInputDilations(value []int64) Conv2DBackpropInputAttr {
2136221362
return func(m optionalAttr) {
2136321363
m["dilations"] = value
@@ -22065,7 +22065,7 @@ func Conv2DDataFormat(value string) Conv2DAttr {
2206522065
// filter element on that dimension. The dimension order is determined by the
2206622066
// value of `data_format`, see above for details. Dilations in the batch and
2206722067
// 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}
2206922069
func Conv2DDilations(value []int64) Conv2DAttr {
2207022070
return func(m optionalAttr) {
2207122071
m["dilations"] = value
@@ -22261,7 +22261,7 @@ func QuantizedDepthwiseConv2DWithBiasAndReluAndRequantizeOutType(value tf.DataTy
2226122261
// QuantizedDepthwiseConv2DWithBiasAndReluAndRequantizeDilations sets the optional dilations attribute to value.
2226222262
//
2226322263
// 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}
2226522265
func QuantizedDepthwiseConv2DWithBiasAndReluAndRequantizeDilations(value []int64) QuantizedDepthwiseConv2DWithBiasAndReluAndRequantizeAttr {
2226622266
return func(m optionalAttr) {
2226722267
m["dilations"] = value
@@ -22330,7 +22330,7 @@ func QuantizedDepthwiseConv2DWithBiasAndReluOutType(value tf.DataType) Quantized
2233022330
// QuantizedDepthwiseConv2DWithBiasAndReluDilations sets the optional dilations attribute to value.
2233122331
//
2233222332
// 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}
2233422334
func QuantizedDepthwiseConv2DWithBiasAndReluDilations(value []int64) QuantizedDepthwiseConv2DWithBiasAndReluAttr {
2233522335
return func(m optionalAttr) {
2233622336
m["dilations"] = value
@@ -22445,7 +22445,7 @@ func QuantizedDepthwiseConv2DWithBiasOutType(value tf.DataType) QuantizedDepthwi
2244522445
// QuantizedDepthwiseConv2DWithBiasDilations sets the optional dilations attribute to value.
2244622446
//
2244722447
// 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}
2244922449
func QuantizedDepthwiseConv2DWithBiasDilations(value []int64) QuantizedDepthwiseConv2DWithBiasAttr {
2245022450
return func(m optionalAttr) {
2245122451
m["dilations"] = value
@@ -22504,7 +22504,7 @@ func QuantizedDepthwiseConv2DOutType(value tf.DataType) QuantizedDepthwiseConv2D
2250422504
// QuantizedDepthwiseConv2DDilations sets the optional dilations attribute to value.
2250522505
//
2250622506
// 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}
2250822508
func QuantizedDepthwiseConv2DDilations(value []int64) QuantizedDepthwiseConv2DAttr {
2250922509
return func(m optionalAttr) {
2251022510
m["dilations"] = value
@@ -22678,7 +22678,7 @@ func QuantizedConv2DPerChannelOutType(value tf.DataType) QuantizedConv2DPerChann
2267822678
// QuantizedConv2DPerChannelDilations sets the optional dilations attribute to value.
2267922679
//
2268022680
// 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}
2268222682
func QuantizedConv2DPerChannelDilations(value []int64) QuantizedConv2DPerChannelAttr {
2268322683
return func(m optionalAttr) {
2268422684
m["dilations"] = value
@@ -23059,7 +23059,7 @@ func Conv3DBackpropInputV2DataFormat(value string) Conv3DBackpropInputV2Attr {
2305923059
// filter element on that dimension. The dimension order is determined by the
2306023060
// value of `data_format`, see above for details. Dilations in the batch and
2306123061
// 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}
2306323063
func Conv3DBackpropInputV2Dilations(value []int64) Conv3DBackpropInputV2Attr {
2306423064
return func(m optionalAttr) {
2306523065
m["dilations"] = value
@@ -25499,7 +25499,7 @@ func AvgPool3DGrad(scope *Scope, orig_input_shape tf.Output, grad tf.Output, ksi
2549925499
type Conv3DBackpropFilterAttr func(optionalAttr)
2550025500

2550125501
// 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}
2550325503
func Conv3DBackpropFilterDilations(value []int64) Conv3DBackpropFilterAttr {
2550425504
return func(m optionalAttr) {
2550525505
m["dilations"] = value
@@ -25831,7 +25831,7 @@ func DepthwiseConv2dNativeBackpropInputDataFormat(value string) DepthwiseConv2dN
2583125831
// element on that dimension. The dimension order is determined by the value of
2583225832
// `data_format`, see above for details. Dilations in the batch and depth
2583325833
// 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}
2583525835
func DepthwiseConv2dNativeBackpropInputDilations(value []int64) DepthwiseConv2dNativeBackpropInputAttr {
2583625836
return func(m optionalAttr) {
2583725837
m["dilations"] = value
@@ -25881,7 +25881,7 @@ func DepthwiseConv2dNativeBackpropInput(scope *Scope, input_sizes tf.Output, fil
2588125881
type Conv3DBackpropInputAttr func(optionalAttr)
2588225882

2588325883
// 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}
2588525885
func Conv3DBackpropInputDilations(value []int64) Conv3DBackpropInputAttr {
2588625886
return func(m optionalAttr) {
2588725887
m["dilations"] = value
@@ -26131,7 +26131,7 @@ func DepthwiseConv2dNativeDataFormat(value string) DepthwiseConv2dNativeAttr {
2613126131
// element on that dimension. The dimension order is determined by the value of
2613226132
// `data_format`, see above for details. Dilations in the batch and depth
2613326133
// 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}
2613526135
func DepthwiseConv2dNativeDilations(value []int64) DepthwiseConv2dNativeAttr {
2613626136
return func(m optionalAttr) {
2613726137
m["dilations"] = value
@@ -26761,7 +26761,7 @@ func QuantizedConv2DOutType(value tf.DataType) QuantizedConv2DAttr {
2676126761
// filter element on that dimension. The dimension order is determined by the
2676226762
// value of `data_format`, see above for details. Dilations in the batch and
2676326763
// 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}
2676526765
func QuantizedConv2DDilations(value []int64) QuantizedConv2DAttr {
2676626766
return func(m optionalAttr) {
2676726767
m["dilations"] = value
@@ -27826,7 +27826,7 @@ func Conv3DDataFormat(value string) Conv3DAttr {
2782627826
// filter element on that dimension. The dimension order is determined by the
2782727827
// value of `data_format`, see above for details. Dilations in the batch and
2782827828
// 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}
2783027830
func Conv3DDilations(value []int64) Conv3DAttr {
2783127831
return func(m optionalAttr) {
2783227832
m["dilations"] = value
@@ -45536,7 +45536,7 @@ func Conv2DBackpropFilterDataFormat(value string) Conv2DBackpropFilterAttr {
4553645536
// element on that dimension. The dimension order is determined by the value of
4553745537
// `data_format`, see above for details. Dilations in the batch and depth
4553845538
// 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}
4554045540
func Conv2DBackpropFilterDilations(value []int64) Conv2DBackpropFilterAttr {
4554145541
return func(m optionalAttr) {
4554245542
m["dilations"] = value

0 commit comments

Comments
 (0)