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

Commit 0a05b15

Browse files
authored
Review changes
1 parent e19e54c commit 0a05b15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/TensorFlow/Layers/Convolutional.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ public struct ZeroPadding3D<Scalar: TensorFlowFloatingPoint>: ParameterlessLayer
632632
}
633633
}
634634

635-
/// A 2-D Separable convolution layer.
635+
/// A 2-D separable convolution layer.
636636
///
637637
/// This layer performs a depthwise convolution that acts separately on channels followed by
638638
/// a pointwise convolution that mixes channels.

0 commit comments

Comments
 (0)