Skip to content

Commit 63bc5ca

Browse files
committed
Bogus whitespace
1 parent 4a1d761 commit 63bc5ca

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
@@ -332,7 +332,7 @@ public struct Conv3D<Scalar: TensorFlowFloatingPoint>: Layer {
332332
/// [batch count, output depth, output height, output width, output channel count].
333333
///
334334
/// - Note: Padding size equals zero when using `.valid`.
335-
@differentiable(reverse)
335+
@differentiable(reverse)
336336
public func callAsFunction(_ input: Tensor<Scalar>) -> Tensor<Scalar> {
337337
let conv = conv3D(
338338
input,

0 commit comments

Comments
 (0)