2 references to CreateArguments
Microsoft.ML.Core (2)
ComponentModel\ComponentCatalog.cs (2)
300return (TRes)CreateInstance(env, CreateArguments(), null); 1032object args = info.CreateArguments();