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