1 write to _rawValue
Microsoft.ML.Core (1)
EntryPoints\ModuleArgs.cs (1)
291
_rawValue
= value;
2 references to _rawValue
Microsoft.ML.Core (2)
EntryPoints\ModuleArgs.cs (2)
287
get =>
_rawValue
;
299
public virtual IComparable ProcessedValue() =>
_rawValue
;