15 overrides of GetDependenciesCore
Microsoft.ML.Data (3)
Prediction\CalibratorCatalog.cs (1)
261private protected override Func<int, bool> GetDependenciesCore(Func<int, bool> activeOutput)
Transforms\ColumnConcatenatingTransformer.cs (1)
857private protected override Func<int, bool> GetDependenciesCore(Func<int, bool> activeOutput)
Transforms\OneToOneTransformerBase.cs (1)
109private protected override Func<int, bool> GetDependenciesCore(Func<int, bool> activeOutput)
Microsoft.ML.OnnxTransformer (1)
OnnxTransform.cs (1)
608private protected override Func<int, bool> GetDependenciesCore(Func<int, bool> activeOutput)
Microsoft.ML.TensorFlow (1)
TensorflowTransform.cs (1)
779private protected override Func<int, bool> GetDependenciesCore(Func<int, bool> activeOutput)
Microsoft.ML.TorchSharp (5)
AutoFormerV2\ObjectDetectionTrainer.cs (1)
985private protected override Func<int, bool> GetDependenciesCore(Func<int, bool> activeOutput)
NasBert\NerTrainer.cs (1)
437private protected override Func<int, bool> GetDependenciesCore(Func<int, bool> activeOutput)
NasBert\SentenceSimilarityTrainer.cs (1)
294private protected override Func<int, bool> GetDependenciesCore(Func<int, bool> activeOutput)
NasBert\TextClassificationTrainer.cs (1)
371private protected override Func<int, bool> GetDependenciesCore(Func<int, bool> activeOutput)
Roberta\QATrainer.cs (1)
939private protected override Func<int, bool> GetDependenciesCore(Func<int, bool> activeOutput)
Microsoft.ML.Transforms (4)
ExpressionTransformer.cs (1)
976private protected override Func<int, bool> GetDependenciesCore(Func<int, bool> activeOutput)
Text\NgramHashingTransformer.cs (1)
589private protected override Func<int, bool> GetDependenciesCore(Func<int, bool> activeOutput)
Text\StopWordsRemovingTransformer.cs (1)
507private protected override Func<int, bool> GetDependenciesCore(Func<int, bool> activeOutput)
Text\WordBagTransform.cs (1)
330private protected override Func<int, bool> GetDependenciesCore(Func<int, bool> activeOutput)
Microsoft.ML.Vision (1)
DnnRetrainTransform.cs (1)
946private protected override Func<int, bool> GetDependenciesCore(Func<int, bool> activeOutput)
1 reference to GetDependenciesCore
Microsoft.ML.Data (1)
Transforms\RowToRowTransformerBase.cs (1)
110=> GetDependenciesCore(activeOutput);