37 references to CheckValueOrNull
Microsoft.ML.Core (37)
CommandLine\CharCursor.cs (2)
25Contracts.CheckValueOrNull(text); 34Contracts.CheckValueOrNull(text);
CommandLine\CmdParser.cs (1)
1254Contracts.CheckValueOrNull(defaults);
ComponentModel\ComponentCatalog.cs (2)
734Contracts.CheckValueOrNull(typeSig); 817Contracts.CheckValueOrNull(loadName);
ComponentModel\LoadableClassAttribute.cs (1)
163Contracts.CheckValueOrNull(summary);
Data\AnnotationUtils.cs (1)
300Contracts.CheckValueOrNull(schema);
Data\DataKind.cs (1)
295Contracts.CheckValueOrNull(type);
Data\IEstimator.cs (1)
65Contracts.CheckValueOrNull(annotations);
Data\IProgressChannel.cs (2)
104Contracts.CheckValueOrNull(unitNames); 105Contracts.CheckValueOrNull(metricNames);
Data\ModelHeader.cs (1)
133Contracts.CheckValueOrNull(pool);
Data\ProgressReporter.cs (1)
52Contracts.CheckValueOrNull(ectx);
Data\ReadOnlyMemoryUtils.cs (3)
23Contracts.CheckValueOrNull(s); 36Contracts.CheckValueOrNull(separators); 123Contracts.CheckValueOrNull(separators);
Data\Repository.cs (2)
293Contracts.CheckValueOrNull(ectx); 452Contracts.CheckValueOrNull(ectx);
Data\RoleMappedSchema.cs (12)
394Contracts.CheckValueOrNull(label); 395Contracts.CheckValueOrNull(feature); 396Contracts.CheckValueOrNull(group); 397Contracts.CheckValueOrNull(weight); 398Contracts.CheckValueOrNull(name); 399Contracts.CheckValueOrNull(custom); 481Contracts.CheckValueOrNull(label); 482Contracts.CheckValueOrNull(feature); 483Contracts.CheckValueOrNull(group); 484Contracts.CheckValueOrNull(weight); 485Contracts.CheckValueOrNull(name); 486Contracts.CheckValueOrNull(custom);
EntryPoints\EntryPointUtils.cs (1)
108Contracts.CheckValueOrNull(ectx);
Environment\ConsoleEnvironment.cs (2)
371Contracts.CheckValueOrNull(outWriter); 372Contracts.CheckValueOrNull(errWriter);
Environment\HostEnvironmentBase.cs (1)
389Contracts.CheckValueOrNull(rand);
Prediction\TrainContext.cs (2)
56Contracts.CheckValueOrNull(validationSet); 57Contracts.CheckValueOrNull(initialPredictor);
Utilities\VBufferUtils.cs (1)
306Contracts.CheckValueOrNull(pred);