We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc4aa49 commit b3b98a7Copy full SHA for b3b98a7
Tests/TensorFlowTests/LossTests.swift
@@ -160,6 +160,7 @@ final class LossTests: XCTestCase {
160
static var allTests = [
161
("testMeanSquaredErrorLoss", testMeanSquaredErrorLoss),
162
("testMeanSquaredErrorGrad", testMeanSquaredErrorGrad),
163
+ ("testHingeLoss", testHingeLoss),
164
("testSoftmaxCrossEntropyWithProbabilitiesLoss",
165
testSoftmaxCrossEntropyWithProbabilitiesLoss),
166
("testSoftmaxCrossEntropyWithProbabilitiesGrad",
0 commit comments