726 references to AssertValue
Microsoft.ML.Core (12)
Data\ModelLoading.cs (2)
123env.AssertValue(result); 148_ectx.AssertValue(result);
Data\ProgressReporter.cs (1)
376_ectx.AssertValue(source);
Data\Repository.cs (6)
275_ectx.AssertValue(stream); 340ExceptionContext.AssertValue(ent); 383ExceptionContext.AssertValue(_closed); 384ExceptionContext.AssertValue(_archive); 415ExceptionContext.AssertValue(_closed); 553ExceptionContext.AssertValue(ent);
Data\ServerChannel.cs (2)
85_chp.AssertValue(_toPublish); 136_chp.AssertValue(_onPublish);
Data\SynchronizedCursorBase.cs (1)
47Ch.AssertValue(input);
Microsoft.ML.Data (401)
Commands\CrossValidationCommand.cs (2)
147Host.AssertValue(ch); 530ch.AssertValue(bindable);
Commands\DataCommand.cs (3)
101impl.Host.AssertValue(impl.ImplOptions); 102impl.Host.AssertValue(name); 119Host.AssertValue(pipe);
Commands\EvaluateCommand.cs (1)
222Host.AssertValue(ch);
Commands\SaveDataCommand.cs (1)
129Host.AssertValue(ch);
Commands\ScoreCommand.cs (7)
100Host.AssertValue(ch); 105ch.AssertValue(predictor); 107ch.AssertValue(loader); 113ch.AssertValue(bindable); 286env.AssertValue(bindable); 397env.AssertValue(predictor); 398env.AssertValue(scorerSettings);
Commands\TestCommand.cs (2)
95ch.AssertValue(predictor); 97ch.AssertValue(loader);
Commands\TrainCommand.cs (1)
138Host.AssertValue(ch);
Commands\TrainTestCommand.cs (1)
121Host.AssertValue(ch);
Commands\TypeInfoCommand.cs (2)
94ch.AssertValue(types[i]); 143ch.AssertValue(type);
Data\DataViewUtils.cs (8)
410ch.AssertValue(waiterEvent); 511ch.AssertValue(input); 1031Ch.AssertValue(schema); 1032Ch.AssertValue(activeToCol); 1033Ch.AssertValue(colToActive); 1034Ch.AssertValue(pipes); 1035Ch.AssertValue(batchInputs); 1254Ch.AssertValue(cursor);
Data\RowCursorUtils.cs (3)
519_host.AssertValue(row); 554Ch.AssertValue(parent); 555Ch.AssertValue(active);
Data\SchemaDefinition.cs (2)
155ectx.AssertValue(obj); 156ectx.AssertValue(channel);
DataLoadSave\Binary\BinaryLoader.cs (26)
148_ectx.AssertValue(name); 182_ectx.AssertValue(name); 183_ectx.AssertValue(type); 184_ectx.AssertValue(valueMapper); 206_ectx.AssertValue(_generatorDelegate); 207_ectx.AssertValue(Type); 209_ectx.AssertValue(del); 271_ectx.AssertValue(_lookup); 319_ectx.AssertValue(ch); 320ch.AssertValue(stream); 502ectx.AssertValue(codec); 521ectx.AssertValue(result.Codec); 828_host.AssertValue(ctx); 903h.AssertValue(retVal); 980h.AssertValue(ctx); 981h.AssertValue(schema); 1567Ectx.AssertValue(entry); 1641Ectx.AssertValue(_curr); 1775Ectx.AssertValue(entry); 1777Ectx.AssertValue(entry.Codec); 1792Ectx.AssertValue(_compPool); 1793Ectx.AssertValue(_decompPool); 1794Ectx.AssertValue(_lookup); 1795Ectx.AssertValue(_stream); 2148ch.AssertValue(loader); 2189ch.AssertValue(blockLookups); // Should be null iff this is generated, and we dropped those.
DataLoadSave\Binary\BinarySaver.cs (16)
217_host.AssertValue(toCompress); 218_host.AssertValue(toWrite); 263_host.AssertValue(writer); 264_host.AssertValue(schema); 399_host.AssertValue(exMarshaller); 402_host.AssertValue(cp); 403cp.AssertValue(stream); 404cp.AssertValue(toWrite); 405cp.AssertValue(activeColumns); 406cp.AssertValue(sourceSchema); 575ch.AssertValue(exMarshaller); 578ch.AssertValue(toCompress); 579ch.AssertValue(data); 580ch.AssertValue(activeColumns); 709_host.AssertValue(schema); 783_host.AssertValue(codec);
DataLoadSave\Database\DatabaseLoader.cs (1)
62host.AssertValue(ctx);
DataLoadSave\LegacyCompositeDataLoader.cs (5)
453host.AssertValue(srcLoader); 454host.AssertValue(ctx); 588_host.AssertValue(columnsNeeded); 596_host.AssertValue(columnsNeeded); 611_host.AssertValue(_tview);
DataLoadSave\Text\TextLoader.cs (5)
1175_host.AssertValue(cols[0]); 1177_host.AssertValue(cols[1]); 1312host.AssertValue(host); 1313host.AssertValue(files); 1401host.AssertValue(ctx);
DataLoadSave\Text\TextLoaderCursor.cs (3)
90Ch.AssertValue(reader); 91Ch.AssertValue(stats); 332Ch.AssertValue(_rows);
DataLoadSave\Text\TextSaver.cs (5)
392_host.AssertValue(ch); 393ch.AssertValue(writer); 394ch.AssertValue(data); 557_host.AssertValue(writer); 558_host.AssertValue(pipes);
DataLoadSave\Transpose\TransposeLoader.cs (14)
154Host.AssertValue(reader); 243Host.AssertValue(view); 272Host.AssertValue(parent._schemaEntry); 293Host.AssertValue(view); 506h.AssertValue(schemaView); 542env.AssertValue(ctx); 543env.AssertValue(schema); 680Ch.AssertValue(cursor); 732_host.AssertValue(view); 742_host.AssertValue(_colTransposers[col]); 763Ch.AssertValue(columnsNeeded); 766Ch.AssertValue(_parent._colTransposers); 767Ch.AssertValue(_parent._colTransposersLock); 885Ch.AssertValue(_getters[_colToActivesIndex[column.Index]]);
DataLoadSave\Transpose\TransposeSaver.cs (4)
102_host.AssertValue(ch); 103ch.AssertValue(stream); 104ch.AssertValue(data); 115ch.AssertValue(slotType);
DataView\AppendRowsDataView.cs (7)
74_host.AssertValue(sources); 183Ch.AssertValue(colType); 248Ch.AssertValue(_currentCursor); 269Ch.AssertValue(_currentCursor); 316Ch.AssertValue(rand); 319Ch.AssertValue(counts); 423_ectx.AssertValue(rand);
DataView\ArrayDataViewBuilder.cs (2)
213_host.AssertValue(builder); 268Ch.AssertValue(view);
DataView\BatchDataViewMapperBase.cs (1)
120Ch.AssertValue(_getters);
DataView\CacheDataView.cs (12)
246_host.AssertValue(predicate); 275_host.AssertValue(predicate); 316_host.AssertValue(predicate); 329_host.AssertValue(columns); 384_host.AssertValue(cursor); 385_host.AssertValue(caches); 386_host.AssertValue(waiter); 1176Ch.AssertValue(Parent._caches[c]); 1267Ctx.AssertValue(waiter); 1283host.AssertValue(input); 1361Ctx.AssertValue(Waiter); 1362Ctx.AssertValue(_getter);
DataView\DataViewConstructionUtils.cs (19)
30env.AssertValue(data); 43env.AssertValue(data); 56env.AssertValue(data); 65env.AssertValue(schema); 98env.AssertValue(schema); 219Host.AssertValue(schema); 220Host.AssertValue(schemaDef); 221Host.AssertValue(peeks); 222Host.AssertValue(predicate); 311Host.AssertValue(peek); 327Host.AssertValue(peek); 339Host.AssertValue(peek); 355Host.AssertValue(peek); 370Host.AssertValue(peek); 386Host.AssertValue(peek); 467Host.AssertValue(schemaDefn); 548Ch.AssertValue(dataView); 549Ch.AssertValue(predicate); 768Host.AssertValue(value);
DataView\EmptyDataView.cs (1)
55Ch.AssertValue(schema);
DataView\LambdaColumnMapper.cs (2)
112Host.AssertValue(map1); 157Host.AssertValue(input);
DataView\LambdaFilter.cs (3)
89Host.AssertValue(pred); 106Host.AssertValue(predicate); 145Host.AssertValue(predicate);
DataView\RowToRowMapperTransform.cs (1)
402Ch.AssertValue(_getters);
DataView\Transposer.cs (8)
89_host.AssertValue(view); 222host.AssertValue(view); 360Ch.AssertValue(_view); 491Ch.AssertValue(_view); 744_host.AssertValue(input); 745_host.AssertValue(toSlice); 1272Ch.AssertValue(slicer); 1431_host.AssertValue(_type);
DataView\TypedCursor.cs (4)
94_host.AssertValue(data); 95_host.AssertValue(schemaDefn); 315env.AssertValue(data); 340Ch.AssertValue(input);
DataView\ZipDataView.cs (2)
99_host.AssertValue(dv); 121Ch.AssertValue(predicate);
Dirty\ChooseColumnsByIndexTransform.cs (3)
208Host.AssertValue(ctx); 240Host.AssertValue(predicate); 286Ch.AssertValue(bindings);
EntryPoints\EntryPointNode.cs (10)
283_ectx.AssertValue(binding); 292_ectx.AssertValue(binding); 293_ectx.AssertValue(type); 323_ectx.AssertValue(type); 475_host.AssertValue(context); 525ch.AssertValue(inputInstance); 813_host.AssertValue(macroResult); 864_host.AssertValue(type); 885env.AssertValue(context); 886env.AssertValue(nodes);
EntryPoints\InputBuilder.cs (8)
403ectx.AssertValue(type); 405ectx.AssertValue(catalog); 535ectx.AssertValue(type); 547ectx.AssertValue(signatureType); 550ectx.AssertValue(catalog); 580ectx.AssertValue(jArray); 591ectx.AssertValue(jDict); 619ectx.AssertValue(outerType);
EntryPoints\SummarizePredictor.cs (1)
92env.AssertValue(summary);
EntryPoints\TransformModelImpl.cs (7)
74env.AssertValue(schemaRoot); 75env.AssertValue(chain); 129env.AssertValue(view); 238_ectx.AssertValue(mapper); 250_ectx.AssertValue(input); 251_ectx.AssertValue(activeColumns); 262_ectx.AssertValue(mapper);
Evaluators\AnomalyDetectionEvaluator.cs (2)
511Host.AssertValue(_labelGetter); 512Host.AssertValue(_scoreGetter);
Evaluators\BinaryClassifierEvaluator.cs (17)
283Host.AssertValue(agg.Precision); 284Host.AssertValue(agg.Recall); 285Host.AssertValue(agg.FalsePositiveRate); 320Host.AssertValue(agg.WeightedPrecision); 321Host.AssertValue(agg.WeightedRecall); 322Host.AssertValue(agg.WeightedFalsePositiveRate); 629Host.AssertValue(_labelGetter); 630Host.AssertValue(_scoreGetter); 719Host.AssertValue(_prCurveReservoir); 720Host.AssertValue(Scores); 721Host.AssertValue(Precision); 722Host.AssertValue(Recall); 723Host.AssertValue(FalsePositiveRate); 733Host.AssertValue(WeightedPrecision); 734Host.AssertValue(WeightedRecall); 735Host.AssertValue(WeightedFalsePositiveRate); 1357ch.AssertValue(metrics);
Evaluators\ClusteringEvaluator.cs (7)
136Host.AssertValue(schema); 491Host.AssertValue(row); 492Host.AssertValue(schema); 548Host.AssertValue(_labelGetter); 549Host.AssertValue(_scoreGetter); 556Host.AssertValue(_featGetter); 557Host.AssertValue(_scoreGetter);
Evaluators\EvaluatorUtils.cs (7)
246ectx.AssertValue(type); 809env.AssertValue(foldDataViews); 931env.AssertValue(vectorType); 994ch.AssertValue(schema); 995ch.AssertValue(row); 1264env.AssertValue(weightedDvBldr); 1316env.AssertValue(vectorStdevMetrics);
Evaluators\MamlEvaluator.cs (3)
169ch.AssertValue(ch); 170ch.AssertValue(metrics); 220Host.AssertValue(scoredData);
Evaluators\MulticlassClassificationEvaluator.cs (3)
421Host.AssertValue(_labelGetter); 422Host.AssertValue(_scoreGetter); 921Host.AssertValue(metrics);
Evaluators\MultiOutputRegressionEvaluator.cs (1)
291Host.AssertValue(lossFunction);
Evaluators\QuantileRegressionEvaluator.cs (2)
247Host.AssertValue(dvBldr); 490ch.AssertValue(metrics);
Evaluators\RankingEvaluator.cs (3)
439Host.AssertValue(labelGains); 732Host.AssertValue(ctx); 779Host.AssertValue(src);
Evaluators\RegressionEvaluator.cs (1)
162Host.AssertValue(dvBldr);
Evaluators\RegressionEvaluatorBase.cs (1)
195Host.AssertValue(lossFunction);
Model\ModelOperationsCatalog.cs (2)
125_env.AssertValue(rep); 226_env.AssertValue(loader);
Model\Pfa\BoundPfaContext.cs (1)
167_host.AssertValue(schema);
Model\Pfa\SavePfaCommand.cs (2)
103Host.AssertValue(end); 118Host.AssertValue(source);
Prediction\Calibrator.cs (6)
662env.AssertValue(parent); 1256_host.AssertValue(ctx); 1719_host.AssertValue(ctx); 1748_host.AssertValue(ctx); 1996_host.AssertValue(ctx); 2051_host.AssertValue(ctx);
Prediction\CalibratorCatalog.cs (1)
315Host.AssertValue(input);
Prediction\PredictionEngine.cs (3)
25env.AssertValue(pipe); 112env.AssertValue(transformer); 115env.AssertValue(makeMapper);
Scorers\BinaryClassifierScorer.cs (4)
108env.AssertValue(mapper); 109env.AssertValue(trainSchema); 116env.AssertValue(type); 234Host.AssertValue(output);
Scorers\FeatureContributionCalculation.cs (4)
285ectx.AssertValue(schema); 286ectx.AssertValue(predictor); 317_env.AssertValue(schema); 318_env.AssertValue(parent);
Scorers\GenericScorer.cs (2)
268Host.AssertValue(output); 269Host.AssertValue(predicate);
Scorers\MulticlassClassificationScorer.cs (11)
118_host.AssertValue(bindable); 119_host.AssertValue(type); 120_host.AssertValue(getter); 135_host.AssertValue(ctx); 242env.AssertValue(mapper); 243env.AssertValue(type); 244env.AssertValue(getter); 488env.AssertValue(mapper); 489env.AssertValue(trainSchema); 494env.AssertValue(type); 564Host.AssertValue(output);
Scorers\PredictedLabelScorerBase.cs (11)
108env.AssertValue(input); 109env.AssertValue(bindable); 130env.AssertValue(ctx); 321Host.AssertValue(ctx); 322Host.AssertValue(host); 323Host.AssertValue(outputTypeMatches); 324Host.AssertValue(getPredColType); 332Host.AssertValue(ctx); 398Host.AssertValue(predicate); 407Host.AssertValue(output); 408Host.AssertValue(predicate);
Scorers\RowToRowScorerBase.cs (5)
117Host.AssertValue(predicate); 241Ch.AssertValue(parent); 242Ch.AssertValue(active); 243Ch.AssertValue(activeMapperColumns); 298Ch.AssertValue(_getters);
Training\TrainerUtils.cs (1)
412_env.AssertValue(trainer);
Transforms\BootstrapSamplingTransformer.cs (3)
112host.AssertValue(ctx); 113host.AssertValue(input); 198Ch.AssertValue(rgen);
Transforms\ColumnCopying.cs (1)
215Host.AssertValue(input);
Transforms\FeatureContributionCalculationTransformer.cs (2)
102Host.AssertValue(_predictor); 112Host.AssertValue(ctx);
Transforms\GenerateNumberTransform.cs (1)
290Host.AssertValue(ctx);
Transforms\Hashing.cs (1)
263Host.AssertValue(input);
Transforms\InvertHashUtils.cs (3)
359ch.AssertValue(codec); 447host.AssertValue(ctx); 481host.AssertValue(ctx);
Transforms\KeyToValue.cs (5)
214Host.AssertValue(input); 251Host.AssertValue(typeKey); 252Host.AssertValue(typeVal); 293Parent.Host.AssertValue(typeVal); 365Parent.Host.AssertValue(input);
Transforms\KeyToVector.cs (5)
276Host.AssertValue(inputSchema); 451Host.AssertValue(input); 469Host.AssertValue(input); 502Host.AssertValue(input); 548Host.AssertValue(input);
Transforms\LabelConvertTransform.cs (2)
199Host.AssertValue(Infos[iinfo].SlotTypeSrc); 213Ch.AssertValue(typeDst);
Transforms\LabelIndicatorTransform.cs (5)
150Host.AssertValue(ctx); 170Host.AssertValue(ch); 171ch.AssertValue(input); 181Host.AssertValue(ch); 182ch.AssertValue(input);
Transforms\NAFilter.cs (2)
202Host.AssertValue(predicate); 239Host.AssertValue(predicate);
Transforms\NormalizeColumn.cs (12)
484Host.AssertValue(scale); 513Host.AssertValue(Offset); 606Host.AssertValue(mean); 607Host.AssertValue(stddev); 970host.AssertValue(args); 1007host.AssertValue(args); 1047host.AssertValue(args); 1060host.AssertValue(column); 1087host.AssertValue(args); 1127host.AssertValue(args); 1185host.AssertValue(schema); 1199host.AssertValue(args);
Transforms\PerGroupTransformBase.cs (6)
138Host.AssertValue(ctx); 252Ch.AssertValue(parent); 255Ch.AssertValue(input); 256Ch.AssertValue(groupCursor); 257Ch.AssertValue(active); 303Ch.AssertValue(_getters);
Transforms\RangeFilter.cs (2)
203Host.AssertValue(predicate); 251Host.AssertValue(predicate);
Transforms\RowShufflingTransformer.cs (4)
132Host.AssertValue(ctx); 505Ch.AssertValue(input); 506Ch.AssertValue(rand); 693Ch.AssertValue(pipe);
Transforms\SlotsDroppingTransformer.cs (8)
285Host.AssertValue(ctx); 521Host.AssertValue(slotDropper); 522Host.AssertValue(input); 721Host.AssertValue(input); 740Host.AssertValue(input); 761Host.AssertValue(input); 782Host.AssertValue(input); 809Host.AssertValue(input);
Transforms\TransformBase.cs (6)
333host.AssertValue(inputSchema); 370host.AssertValue(inputSchema); 641Host.AssertValue(ctx); 644Host.AssertValue(srcToken); 696Host.AssertValue(input); 856Ch.AssertValue(parent);
Transforms\TypeConverting.cs (1)
415ectx.AssertValue(srcType);
Transforms\ValueMapping.cs (6)
683env.AssertValue(loader); 748ectx.AssertValue(rdr); 986host.AssertValue(lookup); 1016env.AssertValue(env); 1017env.AssertValue(bytes); 1050Host.AssertValue(input);
Transforms\ValueToKeyMappingTransformer.cs (9)
230Host.AssertValue(inputSchema); 390ch.AssertValue(env); 470ch.AssertValue(env); 471ch.AssertValue(keyData); 472ch.AssertValue(bldr); 518env.AssertValue(ch); 519ch.AssertValue(infos); 521ch.AssertValue(columns); 522ch.AssertValue(trainingData);
Transforms\ValueToKeyMappingTransformerImpl.cs (9)
547ectx.AssertValue(ctx); 548ectx.AssertValue(codec); 826_host.AssertValue(map); 838host.AssertValue(map); 1109_host.AssertValue(srcMetaType); 1111_host.AssertValue(builder); 1113_host.AssertValue(srcType); 1190_host.AssertValue(srcMetaType); 1193_host.AssertValue(srcType);
Utilities\ComponentCreation.cs (2)
279env.AssertValue(factoryType); 280env.AssertValue(signatureType);
Utilities\ModelFileUtils.cs (2)
236env.AssertValue(ch); 237ch.AssertValue(schema);
Utilities\TimerScope.cs (1)
53_ch.AssertValue(pipe);
Microsoft.ML.Ensemble (12)
EntryPoints\CreateEnsemble.cs (1)
93env.AssertValue(input);
OutputCombiners\BaseMultiCombiner.cs (1)
42Host.AssertValue(ctx);
OutputCombiners\BaseStacking.cs (1)
54Host.AssertValue(ctx);
OutputCombiners\Voting.cs (1)
44_host.AssertValue(ctx);
PipelineEnsemble.cs (3)
216Host.AssertValue(ctx); 486Host.AssertValue(ctx); 748Host.AssertValue(summaryModel);
Selector\SubsetSelector\BaseSubsetSelector.cs (1)
60Host.AssertValue(rand);
Trainer\EnsembleDistributionModelParameters.cs (1)
216Host.AssertValue(_mappers);
Trainer\EnsembleTrainerBase.cs (2)
123Host.AssertValue(ch); 124ch.AssertValue(data);
Trainer\Multiclass\EnsembleMulticlassModelParameters.cs (1)
88Host.AssertValue(outputType);
Microsoft.ML.EntryPoints (15)
JsonUtils\JsonManifestUtils.cs (13)
101ectx.AssertValue(componentInfo); 102ectx.AssertValue(catalog); 151ectx.AssertValue(inputType); 152ectx.AssertValue(catalog); 282ectx.AssertValue(outputType); 283ectx.AssertValue(catalog); 310ectx.AssertValue(type); 311ectx.AssertValue(catalog); 397ectx.AssertValue(valueType); 398ectx.AssertValue(catalog); 438ectx.AssertValue(factory); 455ectx.AssertValue(value); 456ectx.AssertValue(catalog);
ScoreModel.cs (2)
83ch.AssertValue(bindable); 133ch.AssertValue(bindable);
Microsoft.ML.FastTree (40)
BoostingFastTree.cs (2)
124ch.AssertValue(ValidTest); 125ch.AssertValue(TrainTest);
FastTree.cs (16)
204Host.AssertValue(data); 942Host.AssertValue(binUpperBounds); 960host.AssertValue(data); 978host.AssertValue(data); 1194ch.AssertValue(binnedValues); 1271Host.AssertValue(parallelTraining); 1328Host.AssertValue(examples); 1332Host.AssertValue(BinUpperBounds); 1450Host.AssertValue(BinUpperBounds[iFeature]); 1550Host.AssertValue(upperBounds); 1565Host.AssertValue(upperBounds); 1796Host.AssertValue(binUpperBounds); 1966ch.AssertValue(kvEnums[i]); 1967ch.AssertValue(kvEnums[j]); 1993ch.AssertValue(kvEnum); 2764_host.AssertValue(BinUpperBounds);
FastTreeRanking.cs (1)
159Host.AssertValue(FastTreeTrainerOptions.CustomGains);
GamModelParameters.cs (3)
626ch.AssertValue(pred); 627ch.AssertValue(data); 746ch.AssertValue(host);
GamTrainer.cs (1)
269Host.AssertValue(data);
TreeEnsembleFeaturizer.cs (16)
108ectx.AssertValue(owner); 109ectx.AssertValue(schema); 184_ectx.AssertValue(input); 185_ectx.AssertValue(activeColumns); 247_ectx.AssertValue(input); 248_ectx.AssertValue(ensemble); 301_ectx.AssertValue(_leafIdBuilder); 323_ectx.AssertValue(nodes); 335_ectx.AssertValue(_pathIdBuilder); 427_host.AssertValue(ctx); 455_host.AssertValue(_ensemble); 525env.AssertValue(schema); 668ch.AssertValue(args.Trainer); 715ch.AssertValue(data); 795env.AssertValue(ch); 796ch.AssertValue(input);
Utils\FastTreeIniFileUtils.cs (1)
33host.AssertValue(ini);
Microsoft.ML.ImageAnalytics (2)
VectorToImageTransform.cs (2)
240Host.AssertValue(ctx); 327Host.AssertValue(input);
Microsoft.ML.KMeansClustering (7)
KMeansPlusPlusTrainer.cs (7)
213Host.AssertValue(ch); 214ch.AssertValue(data); 1274ch.AssertValue(factory); 1599host.AssertValue(host); 1600host.AssertValue(factory); 1601host.AssertValue(weightFn); 1657host.AssertValue(heaps[i]);
Microsoft.ML.LightGbm (15)
LightGbmBinaryTrainer.cs (1)
264Host.AssertValue(ch);
LightGbmMulticlassTrainer.cs (2)
235Host.AssertValue(ch); 336Host.AssertValue(ch);
LightGbmRankingTrainer.cs (2)
241Host.AssertValue(ch); 290Host.AssertValue(ch);
LightGbmRegressionTrainer.cs (1)
226Host.AssertValue(ch);
LightGbmTrainerBase.cs (9)
669Host.AssertValue(ch); 700Host.AssertValue(ch); 721Host.AssertValue(ch); 722Host.AssertValue(pch); 723Host.AssertValue(dtrain); 938Host.AssertValue(ch); 1027Host.AssertValue(ch); 1028ch.AssertValue(factory); 1029ch.AssertValue(dataset);
Microsoft.ML.Maml (8)
HelpCommand.cs (6)
135_env.AssertValue(_component); 150_env.AssertValue(info.SignatureTypes); 202_env.AssertValue(info.SignatureTypes); 306_env.AssertValue(components); 343_env.AssertValue(writer); 370_env.AssertValue(builder);
MAML.cs (2)
261ch.AssertValue(ex); 315ch.AssertValue(ex);
Microsoft.ML.Mkl.Components (6)
OlsLinearRegression.cs (2)
415Host.AssertValue(ch); 416ch.AssertValue(cursorFactory);
SymSgdClassificationTrainer.cs (1)
186ch.AssertValue(examples);
VectorWhitening.cs (3)
159Host.AssertValue(ctx); 599Host.AssertValue(input); 673Host.AssertValue(input);
Microsoft.ML.OnnxConverter (2)
SaveOnnxCommand.cs (2)
141ch.AssertValue(end); 161ch.AssertValue(source);
Microsoft.ML.OnnxTransformer (5)
OnnxTransform.cs (5)
419Host.AssertValue(ctx); 620Host.AssertValue(input); 711Host.AssertValue(input); 730Host.AssertValue(input); 754Host.AssertValue(input);
Microsoft.ML.Parquet (9)
ParquetLoader.cs (4)
180_host.AssertValue(ctx); 181_host.AssertValue(files); 451Ch.AssertValue(columnsNeeded); 452Ch.AssertValue(parent._parquetStream);
PartitionedFileLoader.cs (3)
214_host.AssertValue(ctx); 215_host.AssertValue(files); 627Ch.AssertValue(type);
PartitionedPathParser.cs (2)
122_host.AssertValue(ctx); 235_host.AssertValue(ctx);
Microsoft.ML.PCA (3)
PcaTrainer.cs (2)
213Host.AssertValue(ch); 214ch.AssertValue(data);
PcaTransformer.cs (1)
226Host.AssertValue(ctx);
Microsoft.ML.Recommender (5)
MatrixFactorizationPredictor.cs (3)
218_host.AssertValue(matrixColumnIndexGetter); 219_host.AssertValue(matrixRowIndexGetter); 316env.AssertValue(schema);
MatrixFactorizationTrainer.cs (2)
437_host.AssertValue(ch); 438ch.AssertValue(data);
Microsoft.ML.StandardTrainers (31)
FactorizationMachine\FactorizationMachineTrainer.cs (2)
411_host.AssertValue(ch); 412_host.AssertValue(pch);
FactorizationMachine\FieldAwareFactorizationMachineModelParameters.cs (6)
131Host.AssertValue(ctx); 188Host.AssertValue(ctx); 244Host.AssertValue(_linearWeights); 245Host.AssertValue(linearWeights); 251Host.AssertValue(_latentWeightsAligned); 252Host.AssertValue(latentWeights);
LdSvm\LdSvmTrainer.cs (2)
471ectx.AssertValue(options); 569Ch.AssertValue(data);
Optimizer\L1Optimizer.cs (1)
47ch.AssertValue(progress);
Standard\LogisticRegression\LbfgsPredictorBase.cs (4)
466Host.AssertValue(ch); 467ch.AssertValue(data); 565Host.AssertValue(ch); 566ch.AssertValue(data);
Standard\LogisticRegression\MulticlassLogisticRegression.cs (2)
819Host.AssertValue(_weightsDense); 1089Host.AssertValue(_labelNames[i]);
Standard\ModelStatistics.cs (4)
110Env.AssertValue(ctx); 173Env.AssertValue(resultCollection); 533Env.AssertValue(resultCollection); 559Env.AssertValue(schema);
Standard\MulticlassClassification\MetaMulticlassTrainer.cs (3)
93Host.AssertValue(type); 95Host.AssertValue(equalsTarget); 96Host.AssertValue(data);
Standard\MulticlassClassification\MulticlassNaiveBayesTrainer.cs (2)
294Host.AssertValue(labelHistogram); 295Host.AssertValue(featureHistogram);
Standard\Online\OnlineLinear.cs (1)
128ch.AssertValue(parent);
Standard\SdcaBinary.cs (3)
97ch.AssertValue(examples); 555ch.AssertValue(metricNames); 556ch.AssertValue(metrics);
Standard\StochasticTrainerBase.cs (1)
61ch.AssertValue(examples);
Microsoft.ML.Sweeper (3)
Algorithms\SmacSweeper.cs (2)
281_host.AssertValue(pset); 444_host.AssertValue(pset);
Algorithms\SweeperProbabilityUtils.cs (1)
173host.AssertValue(pset);
Microsoft.ML.TensorFlow (3)
TensorflowTransform.cs (3)
435Host.AssertValue(ctx); 643Host.AssertValue(input); 703Host.AssertValue(input);
Microsoft.ML.TimeSeries (10)
SequentialAnomalyDetectionTransformBase.cs (2)
366_host.AssertValue(input); 392_host.AssertValue(input);
SequentialForecastingTransformBase.cs (2)
200_host.AssertValue(input); 233_host.AssertValue(input);
SequentialTransformBase.cs (1)
373Host.AssertValue(predicate);
SequentialTransformerBase.cs (3)
575Host.AssertValue(predicate); 1061Ch.AssertValue(_getters); 1063Ch.AssertValue(getter);
SrCnnTransformBase.cs (2)
209_host.AssertValue(input); 235_host.AssertValue(input);
Microsoft.ML.TorchSharp (6)
AutoFormerV2\ObjectDetectionTrainer.cs (2)
596Host.AssertValue(ctx); 878Host.AssertValue(input);
Roberta\QATrainer.cs (2)
643Host.AssertValue(ctx); 829Host.AssertValue(input);
TorchSharpBaseTrainer.cs (2)
418Host.AssertValue(ctx); 492Host.AssertValue(input);
Microsoft.ML.Transforms (127)
Dracula\CountTable.cs (1)
85env.AssertValue(ctx);
Dracula\CountTableTransformer.cs (1)
445Host.AssertValue(featurizer);
Dracula\CountTargetEncodingTransformer.cs (2)
333env.AssertValue(hashingTransformer); 334env.AssertValue(countTable);
Dracula\Featurizer.cs (2)
59_host.AssertValue(countTable); 87_host.AssertValue(_countTables);
Expression\LambdaBinder.cs (24)
55env.AssertValue(node); 56env.AssertValue(printError); 110_host.AssertValue(node); 112_host.AssertValue(node.ExprValue); 117_host.AssertValue(node); 119_host.AssertValue(node.ExprValue); 124_host.AssertValue(node); 138_host.AssertValue(node); 179_host.AssertValue(node); 185_host.AssertValue(node); 258_host.AssertValue(node); 301_host.AssertValue(arg); 310_host.AssertValue(node); 356_host.AssertValue(node); 404_host.AssertValue(a); 405_host.AssertValue(b); 424_host.AssertValue(node); 819_host.AssertValue(node); 968_host.AssertValue(node); 1297_host.AssertValue(node); 1603_host.AssertValue(node); 1608_host.AssertValue(node); 1638_host.AssertValue(node); 1646_host.AssertValue(expr);
ExpressionTransformer.cs (2)
264ectx.AssertValue(node); 269ectx.AssertValue(OutputColumnItemType);
FourierDistributionSampler.cs (2)
158env.AssertValue(ctx); 281env.AssertValue(ctx);
GroupTransform.cs (10)
132Host.AssertValue(ctx); 168Host.AssertValue(predicate); 221_ectx.AssertValue(inputSchema); 223_ectx.AssertValue(keepColumns); 240_ectx.AssertValue(inputSchema); 241_ectx.AssertValue(ctx); 309_ectx.AssertValue(ctx); 325_ectx.AssertValue(_keepColumns); 518Ch.AssertValue(predicate); 660Ch.AssertValue(_aggregators[column.Index - _groupCount]);
HashJoiningTransform.cs (6)
227Host.AssertValue(ctx); 413Host.AssertValue(_exes[iinfo].SlotMap); 469Host.AssertValue(input); 504Host.AssertValue(input); 528Host.AssertValue(input); 576Host.AssertValue(input);
KeyToVectorMapping.cs (5)
190Host.AssertValue(inputSchema); 338Host.AssertValue(input); 353Host.AssertValue(input); 383Host.AssertValue(input); 384Host.AssertValue(typeSrc);
LearnerFeatureSelection.cs (2)
269host.AssertValue(options); 270host.AssertValue(input);
MissingValueDroppingTransformer.cs (2)
255Host.AssertValue(isNA); 299Host.AssertValue(isNA);
MissingValueHandlingTransformer.cs (1)
232h.AssertValue(output);
MissingValueIndicatorTransform.cs (2)
88Host.AssertValue(ctx); 240Host.AssertValue(input);
MissingValueIndicatorTransformer.cs (4)
185Host.AssertValue(inputSchema); 237Host.AssertValue(input); 301Host.AssertValue(isNA); 302Host.AssertValue(indices);
MissingValueReplacing.cs (9)
481Host.AssertValue(array); 487Host.AssertValue(stream); 488Host.AssertValue(saver); 595Host.AssertValue(inputSchema); 624Host.AssertValue(input); 710Host.AssertValue(isNA); 780Host.AssertValue(rep); 782Host.AssertValue(repIsDefault); 784Host.AssertValue(isNA);
MissingValueReplacingUtils.cs (3)
188Ch.AssertValue(cursor); 237Ch.AssertValue(type); 338Ch.AssertValue(type);
OneHotEncoding.cs (1)
119h.AssertValue(keyData);
OptionalColumnTransform.cs (1)
287Host.AssertValue(ctx);
ProduceIdTransform.cs (2)
112Host.AssertValue(ctx); 219Ch.AssertValue(idGetter);
RandomFourierFeaturizing.cs (1)
132env.AssertValue(env);
StatefulCustomMappingTransformer.cs (1)
275Ch.AssertValue(parent);
StatefulFilterTransform.cs (4)
81_host.AssertValue(transform); 82_host.AssertValue(newSource); 146Ch.AssertValue(input); 147Ch.AssertValue(columnsNeeded);
SvmLight\SvmLightLoader.cs (4)
509Ch.AssertValue(_currReader); 524Ch.AssertValue(_parent._files); 585_host.AssertValue(keyType); 595host.AssertValue(ctx);
Text\LdaTransform.cs (6)
269ectx.AssertValue(ctx); 672Host.AssertValue(ctx); 824env.AssertValue(ch); 825ch.AssertValue(inputData); 826ch.AssertValue(states); 1239ectx.AssertValue(ctx);
Text\NgramTransform.cs (4)
634Host.AssertValue(sb); 635Host.AssertValue(ngram); 688Host.AssertValue(_parent._invDocFreqs[iinfo]); 705Host.AssertValue(_parent._invDocFreqs[iinfo]);
Text\StopWordsRemovingTransformer.cs (4)
404Host.AssertValue(input); 834Host.AssertValue(ch); 981Host.AssertValue(ctx); 1098Host.AssertValue(input);
Text\TextFeaturizingEstimator.cs (1)
691env.AssertValue(chain);
Text\TextNormalizing.cs (4)
328Host.AssertValue(input); 347Host.AssertValue(getSrc); 361Host.AssertValue(getSrc); 385Host.AssertValue(buffer);
Text\TokenizingByCharacters.cs (4)
323Host.AssertValue(keyValuesBoundaries); 466Host.AssertValue(input); 477Host.AssertValue(input); 506Host.AssertValue(input);
Text\WordEmbeddingsExtractor.cs (3)
250Host.AssertValue(ctx); 545Host.AssertValue(input); 553Host.AssertValue(input);
Text\WordTokenizing.cs (3)
236Host.AssertValue(input); 251Host.AssertValue(input); 277Host.AssertValue(input);
UngroupTransform.cs (6)
133Host.AssertValue(ctx); 274_ectx.AssertValue(inputSchema); 324ectx.AssertValue(inputSchema); 346ectx.AssertValue(ctx); 347ectx.AssertValue(inputSchema); 369_ectx.AssertValue(ctx);
Microsoft.ML.Vision (4)
DnnRetrainTransform.cs (3)
672Host.AssertValue(ctx); 858Host.AssertValue(input); 871Host.AssertValue(input);
ImageClassificationTrainer.cs (1)
1362Host.AssertValue(session);