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

Commit fac5420

Browse files
jon-toweaplatanios
andauthored
Remove unneeded white space.
Co-Authored-By: Anthony Platanios <[email protected]>
1 parent 64fb946 commit fac5420

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
@@ -412,7 +412,7 @@ func depthwiseConv2dBackpropInput<Scalar: TensorFlowFloatingPoint>(
412412
}
413413

414414
@usableFromInline
415-
func _vjpdepthwiseConv2dBackpropInput<Scalar: TensorFlowFloatingPoint>(
415+
func _vjpDepthwiseConv2dBackpropInput<Scalar: TensorFlowFloatingPoint>(
416416
_ x: Tensor<Scalar>,
417417
_ shape: Tensor<Int32>,
418418
_ filter: Tensor<Scalar>,

0 commit comments

Comments
 (0)