Skip to content

Commit 652f815

Browse files
ProfFancompnerd
andauthored
Update Sources/TensorFlow/Layers/Normalization.swift
Co-authored-by: Saleem Abdulrasool <[email protected]>
1 parent 63bc5ca commit 652f815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/TensorFlow/Layers/Normalization.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import _Differentiation
2424
/// - scale: The tensor to be applied to normalized tensor.
2525
/// - varianceEpsilon: The small number to avoid dividing by 0.
2626
@differentiable(reverse, wrt: (input, mean, variance, offset, scale))
27-
private func normalize<Scalar: TensorFlowFloatingPoint> (
27+
private func normalize<Scalar: TensorFlowFloatingPoint>(
2828
_ input: Tensor<Scalar>,
2929
mean: Tensor<Scalar>,
3030
variance: Tensor<Scalar>,

0 commit comments

Comments
 (0)