1 override of GetValue
Microsoft.ML.Core (1)
EntryPoints\ModuleArgs.cs (1)
719public override object GetValue()
2 references to GetValue
Microsoft.ML.Data (1)
EntryPoints\InputBuilder.cs (1)
396value = optObj.GetValue();
Microsoft.ML.EntryPoints (1)
JsonUtils\JsonManifestUtils.cs (1)
411value = ((Optional)value).GetValue();