5 references to GetDependencies
Microsoft.ML.Data (1)
DataView\TypedCursor.cs (1)
184
var deps =
GetDependencies
(additionalColumnsPredicate);
Microsoft.ML.Transforms (4)
CustomMappingFilter.cs (2)
42
Func<int, bool> inputPred = TypedSrc.
GetDependencies
(predicate);
78
Func<int, bool> inputPred = TypedSrc.
GetDependencies
(predicate);
CustomMappingTransformer.cs (1)
182
return _typedSrc.
GetDependencies
(col => false);
StatefulCustomMappingTransformer.cs (1)
223
inputPred = _typedSrc.
GetDependencies
(inputPred);