Skip to content

Commit b3b98a7

Browse files
Shashi456dan12411
authored andcommitted
Adding hinge loss to allTests (tensorflow#186)
1 parent fc4aa49 commit b3b98a7

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)