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

Commit e19e54c

Browse files
Shashi456rxwei
andauthored
Update Tests/TensorFlowTests/LayerTests.swift
Co-Authored-By: Richard Wei <[email protected]>
1 parent e900edb commit e19e54c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Tests/TensorFlowTests/LayerTests.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ final class LayerTests: XCTestCase {
172172
XCTAssertEqual(output, expected)
173173
}
174174

175-
176175
func testZeroPadding1D() {
177176
let input = Tensor<Float>([0.0, 1.0, 2.0])
178177
let layer = ZeroPadding1D<Float>(padding: 2)

0 commit comments

Comments
 (0)