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

Commit bf38aa8

Browse files
Shashi456rxwei
authored andcommitted
Adding hinge loss to allTests (#186)
1 parent 3d3fe14 commit bf38aa8

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
@@ -160,6 +160,7 @@ final class LossTests: XCTestCase {
160160
static var allTests = [
161161
("testMeanSquaredErrorLoss", testMeanSquaredErrorLoss),
162162
("testMeanSquaredErrorGrad", testMeanSquaredErrorGrad),
163+
("testHingeLoss", testHingeLoss),
163164
("testSoftmaxCrossEntropyWithProbabilitiesLoss",
164165
testSoftmaxCrossEntropyWithProbabilitiesLoss),
165166
("testSoftmaxCrossEntropyWithProbabilitiesGrad",

0 commit comments

Comments
 (0)