Skip to content

Commit 7208b03

Browse files
hcurOceania2018
authored andcommitted
fix build error
1 parent c6601f9 commit 7208b03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TensorFlowNET.Core/APIs/tf.image.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ public Tensor crop_and_resize(Tensor image, Tensor boxes, Tensor box_ind, Tensor
183183
image_ops_impl.crop_and_resize(image, boxes, box_ind, crop_size, method, extrapolation_value, name);
184184

185185
public Tensor extract_glimpse(Tensor input, Tensor size, Tensor offsets, bool centered = true, bool normalized = true,
186-
bool uniform_noise, string name = null)
186+
bool uniform_noise = true, string name = null)
187187
=> image_ops_impl.extract_glimpse(input, size, offsets, centered, normalized, uniform_noise, name);
188188

189189
public (Tensor, Tensor, Tensor, Tensor) combined_non_max_suppression(Tensor boxes, Tensor scores, Tensor max_output_size_per_class,

0 commit comments

Comments
 (0)