3 implementations of Values
Microsoft.ML.Data (3)
EntryPoints\EntryPointNode.cs (3)
60
string[] IVarSerializationHelper.
Values
{ get; }
100
string[] IVarSerializationHelper.
Values
=> _values;
135
string[] IVarSerializationHelper.
Values
{ get; }
1 reference to Values
Microsoft.ML.Data (1)
EntryPoints\EntryPointNode.cs (1)
27
serializer.Serialize(writer, variable.
Values
.Select(v => $"${v}"));