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

Commit a5713ec

Browse files
committed
minor typo
1 parent 9fab414 commit a5713ec

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
@@ -634,7 +634,7 @@ public struct ZeroPadding3D<Scalar: TensorFlowFloatingPoint>: ParameterlessLayer
634634

635635
/// A 2-D Separable convolution layer.
636636
///
637-
/// This layer Performs a depthwise convolution that acts separately on channels followed by
637+
/// This layer performs a depthwise convolution that acts separately on channels followed by
638638
/// a pointwise convolution that mixes channels.
639639
@frozen
640640
public struct SeparableConv2D<Scalar: TensorFlowFloatingPoint>: Layer {

0 commit comments

Comments
 (0)