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

Commit 09fa24e

Browse files
jon-toweaplatanios
andauthored
Remove unneeded whitespace
Co-Authored-By: Anthony Platanios <[email protected]>
1 parent fac5420 commit 09fa24e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/TensorFlow/Operators/NN.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ func depthwiseConv2dBackpropFilter<Scalar: TensorFlowFloatingPoint>(
449449
}
450450

451451
@usableFromInline
452-
func _vjpdepthwiseConv2dBackpropFilter<Scalar: TensorFlowFloatingPoint>(
452+
func _vjpDepthwiseConv2dBackpropFilter<Scalar: TensorFlowFloatingPoint>(
453453
_ x: Tensor<Scalar>,
454454
_ input: Tensor<Scalar>,
455455
_ filterSizes: Tensor<Int32>,

0 commit comments

Comments
 (0)