You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/TensorFlowNET.Core/APIs/tf.image.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ public Tensor decode_jpeg(Tensor contents,
48
48
/// <param name="method">An optional string from: "bilinear", "nearest". Defaults to "bilinear". A string specifying the sampling method for resizing. It can be either "bilinear" or "nearest" and default to "bilinear". Currently two sampling methods are supported: Bilinear and Nearest Neighbor.</param>
49
49
/// <param name="extrapolation_value">An optional float. Defaults to 0. Value used for extrapolation, when applicable.</param>
50
50
/// <param name="name">A name for the operation (optional).</param>
51
-
/// <returns></returns>
51
+
/// <returns>A 4-D tensor of shape [num_boxes, crop_height, crop_width, depth].</returns>
0 commit comments