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