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

Commit 31c28ff

Browse files
committed
Some more doc changes
1 parent a5713ec commit 31c28ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/TensorFlow/Layers/Convolutional.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -654,8 +654,8 @@ public struct SeparableConv2D<Scalar: TensorFlowFloatingPoint>: Layer {
654654
/// The element-wise activation function type.
655655
public typealias Activation = @differentiable (Tensor<Scalar>) -> Tensor<Scalar>
656656

657-
/// Creates a `SeparableConv2D` layer with the specified filter, bias, activation function,
658-
/// strides, and padding.
657+
/// Creates a `SeparableConv2D` layer with the specified depthwise and pointwise filter,
658+
/// bias, activation function, strides, and padding.
659659
///
660660
/// - Parameters:
661661
/// - depthwiseFilter: The 4-D depthwise convolution kernel.

0 commit comments

Comments
 (0)