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

Commit 8258e53

Browse files
dan-zhengsaeta
authored andcommitted
Add tests to TensorAutoDiffTests.allTests. (#594)
1 parent 4e28c86 commit 8258e53

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Tests/TensorFlowTests/TensorAutoDiffTests.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -788,6 +788,10 @@ final class TensorAutoDiffTests: XCTestCase {
788788
("testVariance", testVariance),
789789
("testMin", testMin),
790790
("testMax", testMax),
791+
("testMaxAlongAxes", testMaxAlongAxes),
792+
("testMinAlongAxes", testMinAlongAxes),
793+
("testMaxSqueezingAxes", testMaxSqueezingAxes),
794+
("testMinSqueezingAxes", testMinSqueezingAxes),
791795
("testTensorInitStacking", testTensorInitStacking),
792796
("testExpandingShape", testExpandingShape),
793797
("testSqueezingShape", testSqueezingShape),

0 commit comments

Comments
 (0)