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

Commit ce2a464

Browse files
committed
adding to var allTests
1 parent 9367aeb commit ce2a464

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
@@ -168,6 +168,7 @@ final class LossTests: XCTestCase {
168168
static var allTests = [
169169
("testMeanSquaredErrorLoss", testMeanSquaredErrorLoss),
170170
("testMeanSquaredErrorGrad", testMeanSquaredErrorGrad),
171+
("testSquaredHingeLoss", testSquaredHingeLoss),
171172
("testSoftmaxCrossEntropyWithProbabilitiesLoss",
172173
testSoftmaxCrossEntropyWithProbabilitiesLoss),
173174
("testSoftmaxCrossEntropyWithProbabilitiesGrad",

0 commit comments

Comments
 (0)