Skip to content

Commit 15e5a77

Browse files
Go: Update generated wrapper functions for TensorFlow ops.
PiperOrigin-RevId: 405292333 Change-Id: I6d26b594b5e72b2245aea2d79d9f2618264b34da
1 parent 487ce66 commit 15e5a77

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
@@ -12928,7 +12928,7 @@ type StatelessSampleDistortedBoundingBoxAttr func(optionalAttr)
1292812928
//
1292912929
// value: The cropped area of the image must have an aspect ratio =
1293012930
// 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}
1293212932
func StatelessSampleDistortedBoundingBoxAspectRatioRange(value []float32) StatelessSampleDistortedBoundingBoxAttr {
1293312933
return func(m optionalAttr) {
1293412934
m["aspect_ratio_range"] = value
@@ -12939,7 +12939,7 @@ func StatelessSampleDistortedBoundingBoxAspectRatioRange(value []float32) Statel
1293912939
//
1294012940
// value: The cropped area of the image must contain a fraction of the
1294112941
// 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}
1294312943
func StatelessSampleDistortedBoundingBoxAreaRange(value []float32) StatelessSampleDistortedBoundingBoxAttr {
1294412944
return func(m optionalAttr) {
1294512945
m["area_range"] = value
@@ -13110,7 +13110,7 @@ func SampleDistortedBoundingBoxMinObjectCovered(value float32) SampleDistortedBo
1311013110
//
1311113111
// value: The cropped area of the image must have an aspect ratio =
1311213112
// 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}
1311413114
func SampleDistortedBoundingBoxAspectRatioRange(value []float32) SampleDistortedBoundingBoxAttr {
1311513115
return func(m optionalAttr) {
1311613116
m["aspect_ratio_range"] = value
@@ -13121,7 +13121,7 @@ func SampleDistortedBoundingBoxAspectRatioRange(value []float32) SampleDistorted
1312113121
//
1312213122
// value: The cropped area of the image must contain a fraction of the
1312313123
// 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}
1312513125
func SampleDistortedBoundingBoxAreaRange(value []float32) SampleDistortedBoundingBoxAttr {
1312613126
return func(m optionalAttr) {
1312713127
m["area_range"] = value
@@ -20478,7 +20478,7 @@ func SampleDistortedBoundingBoxV2Seed2(value int64) SampleDistortedBoundingBoxV2
2047820478
//
2047920479
// value: The cropped area of the image must have an aspect ratio =
2048020480
// 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}
2048220482
func SampleDistortedBoundingBoxV2AspectRatioRange(value []float32) SampleDistortedBoundingBoxV2Attr {
2048320483
return func(m optionalAttr) {
2048420484
m["aspect_ratio_range"] = value
@@ -20489,7 +20489,7 @@ func SampleDistortedBoundingBoxV2AspectRatioRange(value []float32) SampleDistort
2048920489
//
2049020490
// value: The cropped area of the image must contain a fraction of the
2049120491
// 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}
2049320493
func SampleDistortedBoundingBoxV2AreaRange(value []float32) SampleDistortedBoundingBoxV2Attr {
2049420494
return func(m optionalAttr) {
2049520495
m["area_range"] = value
@@ -20823,7 +20823,7 @@ func ImageSummaryMaxImages(value int64) ImageSummaryAttr {
2082320823
// ImageSummaryBadColor sets the optional bad_color attribute to value.
2082420824
//
2082520825
// 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}
2082720827
func ImageSummaryBadColor(value tf.Tensor) ImageSummaryAttr {
2082820828
return func(m optionalAttr) {
2082920829
m["bad_color"] = value
@@ -23178,7 +23178,7 @@ func Conv2DDataFormat(value string) Conv2DAttr {
2317823178
// filter element on that dimension. The dimension order is determined by the
2317923179
// value of `data_format`, see above for details. Dilations in the batch and
2318023180
// 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}
2318223182
func Conv2DDilations(value []int64) Conv2DAttr {
2318323183
return func(m optionalAttr) {
2318423184
m["dilations"] = value
@@ -23473,7 +23473,7 @@ func QuantizedDepthwiseConv2DWithBiasAndReluOutType(value tf.DataType) Quantized
2347323473
// QuantizedDepthwiseConv2DWithBiasAndReluDilations sets the optional dilations attribute to value.
2347423474
//
2347523475
// 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}
2347723477
func QuantizedDepthwiseConv2DWithBiasAndReluDilations(value []int64) QuantizedDepthwiseConv2DWithBiasAndReluAttr {
2347823478
return func(m optionalAttr) {
2347923479
m["dilations"] = value
@@ -23540,7 +23540,7 @@ func QuantizedDepthwiseConv2DWithBiasOutType(value tf.DataType) QuantizedDepthwi
2354023540
// QuantizedDepthwiseConv2DWithBiasDilations sets the optional dilations attribute to value.
2354123541
//
2354223542
// 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}
2354423544
func QuantizedDepthwiseConv2DWithBiasDilations(value []int64) QuantizedDepthwiseConv2DWithBiasAttr {
2354523545
return func(m optionalAttr) {
2354623546
m["dilations"] = value
@@ -23599,7 +23599,7 @@ func QuantizedDepthwiseConv2DOutType(value tf.DataType) QuantizedDepthwiseConv2D
2359923599
// QuantizedDepthwiseConv2DDilations sets the optional dilations attribute to value.
2360023600
//
2360123601
// 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}
2360323603
func QuantizedDepthwiseConv2DDilations(value []int64) QuantizedDepthwiseConv2DAttr {
2360423604
return func(m optionalAttr) {
2360523605
m["dilations"] = value
@@ -23657,7 +23657,7 @@ func QuantizedConv2DPerChannelOutType(value tf.DataType) QuantizedConv2DPerChann
2365723657
// QuantizedConv2DPerChannelDilations sets the optional dilations attribute to value.
2365823658
//
2365923659
// 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}
2366123661
func QuantizedConv2DPerChannelDilations(value []int64) QuantizedConv2DPerChannelAttr {
2366223662
return func(m optionalAttr) {
2366323663
m["dilations"] = value
@@ -26111,7 +26111,7 @@ func Conv3DBackpropInputV2DataFormat(value string) Conv3DBackpropInputV2Attr {
2611126111
// filter element on that dimension. The dimension order is determined by the
2611226112
// value of `data_format`, see above for details. Dilations in the batch and
2611326113
// 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}
2611526115
func Conv3DBackpropInputV2Dilations(value []int64) Conv3DBackpropInputV2Attr {
2611626116
return func(m optionalAttr) {
2611726117
m["dilations"] = value
@@ -26532,7 +26532,7 @@ func Conv3DBackpropFilterV2DataFormat(value string) Conv3DBackpropFilterV2Attr {
2653226532
// filter element on that dimension. The dimension order is determined by the
2653326533
// value of `data_format`, see above for details. Dilations in the batch and
2653426534
// 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}
2653626536
func Conv3DBackpropFilterV2Dilations(value []int64) Conv3DBackpropFilterV2Attr {
2653726537
return func(m optionalAttr) {
2653826538
m["dilations"] = value
@@ -26575,7 +26575,7 @@ func Conv3DBackpropFilterV2(scope *Scope, input tf.Output, filter_sizes tf.Outpu
2657526575
type Conv3DBackpropFilterAttr func(optionalAttr)
2657626576

2657726577
// 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}
2657926579
func Conv3DBackpropFilterDilations(value []int64) Conv3DBackpropFilterAttr {
2658026580
return func(m optionalAttr) {
2658126581
m["dilations"] = value
@@ -26638,7 +26638,7 @@ func Conv3DDataFormat(value string) Conv3DAttr {
2663826638
// filter element on that dimension. The dimension order is determined by the
2663926639
// value of `data_format`, see above for details. Dilations in the batch and
2664026640
// 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}
2664226642
func Conv3DDilations(value []int64) Conv3DAttr {
2664326643
return func(m optionalAttr) {
2664426644
m["dilations"] = value
@@ -26781,7 +26781,7 @@ func DepthwiseConv2dNativeBackpropInputDataFormat(value string) DepthwiseConv2dN
2678126781
// element on that dimension. The dimension order is determined by the value of
2678226782
// `data_format`, see above for details. Dilations in the batch and depth
2678326783
// 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}
2678526785
func DepthwiseConv2dNativeBackpropInputDilations(value []int64) DepthwiseConv2dNativeBackpropInputAttr {
2678626786
return func(m optionalAttr) {
2678726787
m["dilations"] = value
@@ -27018,7 +27018,7 @@ func Conv2DBackpropFilterDataFormat(value string) Conv2DBackpropFilterAttr {
2701827018
// element on that dimension. The dimension order is determined by the value of
2701927019
// `data_format`, see above for details. Dilations in the batch and depth
2702027020
// 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}
2702227022
func Conv2DBackpropFilterDilations(value []int64) Conv2DBackpropFilterAttr {
2702327023
return func(m optionalAttr) {
2702427024
m["dilations"] = value
@@ -30372,7 +30372,7 @@ func QuantizedConv2DOutType(value tf.DataType) QuantizedConv2DAttr {
3037230372
// filter element on that dimension. The dimension order is determined by the
3037330373
// value of `data_format`, see above for details. Dilations in the batch and
3037430374
// 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}
3037630376
func QuantizedConv2DDilations(value []int64) QuantizedConv2DAttr {
3037730377
return func(m optionalAttr) {
3037830378
m["dilations"] = value
@@ -30503,7 +30503,7 @@ func Conv2DBackpropInputDataFormat(value string) Conv2DBackpropInputAttr {
3050330503
// element on that dimension. The dimension order is determined by the value of
3050430504
// `data_format`, see above for details. Dilations in the batch and depth
3050530505
// 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}
3050730507
func Conv2DBackpropInputDilations(value []int64) Conv2DBackpropInputAttr {
3050830508
return func(m optionalAttr) {
3050930509
m["dilations"] = value
@@ -36572,7 +36572,7 @@ func SparseCrossHashed(scope *Scope, indices []tf.Output, values []tf.Output, sh
3657236572
type Conv3DBackpropInputAttr func(optionalAttr)
3657336573

3657436574
// 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}
3657636576
func Conv3DBackpropInputDilations(value []int64) Conv3DBackpropInputAttr {
3657736577
return func(m optionalAttr) {
3657836578
m["dilations"] = value
@@ -47352,7 +47352,7 @@ func DepthwiseConv2dNativeDataFormat(value string) DepthwiseConv2dNativeAttr {
4735247352
// element on that dimension. The dimension order is determined by the value of
4735347353
// `data_format`, see above for details. Dilations in the batch and depth
4735447354
// 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}
4735647356
func DepthwiseConv2dNativeDilations(value []int64) DepthwiseConv2dNativeAttr {
4735747357
return func(m optionalAttr) {
4735847358
m["dilations"] = value
@@ -51138,7 +51138,7 @@ func DepthwiseConv2dNativeBackpropFilterDataFormat(value string) DepthwiseConv2d
5113851138
// element on that dimension. The dimension order is determined by the value of
5113951139
// `data_format`, see above for details. Dilations in the batch and depth
5114051140
// 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}
5114251142
func DepthwiseConv2dNativeBackpropFilterDilations(value []int64) DepthwiseConv2dNativeBackpropFilterAttr {
5114351143
return func(m optionalAttr) {
5114451144
m["dilations"] = value
@@ -51656,7 +51656,7 @@ func QuantizedDepthwiseConv2DWithBiasAndReluAndRequantizeOutType(value tf.DataTy
5165651656
// QuantizedDepthwiseConv2DWithBiasAndReluAndRequantizeDilations sets the optional dilations attribute to value.
5165751657
//
5165851658
// 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}
5166051660
func QuantizedDepthwiseConv2DWithBiasAndReluAndRequantizeDilations(value []int64) QuantizedDepthwiseConv2DWithBiasAndReluAndRequantizeAttr {
5166151661
return func(m optionalAttr) {
5166251662
m["dilations"] = value

0 commit comments

Comments
 (0)