2 references to Take
Microsoft.ML.Data (2)
Transforms\SkipTakeFilter.cs (2)
128
long take = options.
Take
?? Options.DefaultTake;
130
env.CheckUserArg(take >= 0, nameof(options.
Take
), "should be non-negative");