9 references to AssertEqual
Microsoft.ML.IntegrationTests (9)
Common.cs (1)
145
Common.
AssertEqual
(testType1.Features, testType2.Features);
ONNX.cs (1)
126
Common.
AssertEqual
(originalPrediction.Score, onnxPrediction.Score, precision: 4);
Training.cs (7)
116
Common.
AssertEqual
(firstModelWeights.ToArray(), firstModelWeightsPrime.ToArray());
204
Common.
AssertEqual
(firstModelWeights.ToArray(), firstModelWeightsPrime.ToArray());
248
Common.
AssertEqual
(firstModelWeights.ToArray(), firstModelWeightsPrime.ToArray());
296
Common.
AssertEqual
(firstModelWeights[i].DenseValues().ToArray(), firstModelWeightsPrime[i].DenseValues().ToArray());
342
Common.
AssertEqual
(firstModelWeights.ToArray(), firstModelWeightsPrime.ToArray());
386
Common.
AssertEqual
(firstModelWeights.ToArray(), firstModelWeightsPrime.ToArray());
434
Common.
AssertEqual
(firstModelWeights.ToArray(), firstModelWeightsPrime.ToArray());