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

Commit 3f86689

Browse files
authored
Merge branch 'master' into loss
2 parents ce2a464 + bf38aa8 commit 3f86689

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/TensorFlowTests/LossTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ final class LossTests: XCTestCase {
169169
("testMeanSquaredErrorLoss", testMeanSquaredErrorLoss),
170170
("testMeanSquaredErrorGrad", testMeanSquaredErrorGrad),
171171
("testSquaredHingeLoss", testSquaredHingeLoss),
172+
("testHingeLoss", testHingeLoss),
172173
("testSoftmaxCrossEntropyWithProbabilitiesLoss",
173174
testSoftmaxCrossEntropyWithProbabilitiesLoss),
174175
("testSoftmaxCrossEntropyWithProbabilitiesGrad",

0 commit comments

Comments
 (0)