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