3 references to Check
Microsoft.ML.Core.Tests (2)
UnitTests\TestEntryPoints.cs (2)
313
Check
(variables.Add(name), "Duplicate param {0} in entrypoint {1}", name, ep["Name"]);
318
Check
(variables.Add(name), "Duplicate param {0} in entrypoint {1}", name, ep["Name"]);
Microsoft.ML.TestFramework (1)
DataPipe\TestDataPipe.cs (1)
223
if (!
Check
(col.HasValue, "{0} not found!", cols[i]))