Skip to content
This repository was archived by the owner on Jul 1, 2023. It is now read-only.

Commit f86eb57

Browse files
Code Cleanup - I
Co-Authored-By: Anthony Platanios <[email protected]>
1 parent e975f2b commit f86eb57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/TensorFlow/Operators/Basic.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ public extension Tensor where Scalar: Numeric {
615615
/// Returns a `Tensor` by clipping tensor values to a specified min and max.
616616
@inlinable
617617
@differentiable(wrt: self where Scalar: TensorFlowFloatingPoint)
618-
func clipped(min minimum: Tensor, max maximum: Tensor) -> Tensor{
618+
func clipped(min minimum: Tensor, max maximum: Tensor) -> Tensor {
619619
return Raw.clipByValue(t: self, clipValueMin: minimum, clipValueMax: maximum)
620620
}
621621

0 commit comments

Comments
 (0)