1 type derived from Optional
Microsoft.ML.Core (1)
EntryPoints\ModuleArgs.cs (1)
679
internal sealed class Optional<T> :
Optional
6 references to Optional
Microsoft.ML.Core (1)
EntryPoints\EntryPointUtils.cs (1)
76
equalToDefault = !((
Optional
)fieldVal).IsExplicit;
Microsoft.ML.Data (2)
EntryPoints\InputBuilder.cs (2)
395
var
optObj = value as
Optional
;
Microsoft.ML.EntryPoints (3)
JsonUtils\JsonManifestUtils.cs (3)
191
var
val = fieldInfo.GetValue(defaults) as
Optional
;
411
value = ((
Optional
)value).GetValue();