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