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

Commit c2d7c6c

Browse files
authored
Fit within 100 columns.
1 parent 05b40de commit c2d7c6c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/TensorFlow/Loss.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ fileprivate func logCosh<Scalar: TensorFlowFloatingPoint>(
9494
x + softplus(Tensor(-2) * x) - log(Tensor(y))
9595
}
9696

97-
/// Returns the logarithm of the hyperbolic cosine of the error between predictions and expectations.
97+
/// Returns the logarithm of the hyperbolic cosine of the error between predictions and
98+
/// expectations.
9899
///
99100
/// - Parameters:
100101
/// - predicted: Predicted outputs from a neural network.

0 commit comments

Comments
 (0)