2 writes to Name
Microsoft.ML.Samples (2)
Dynamic\Transforms\CustomMappingWithInMemoryCustomType.cs (2)
142
Name
= "Unknown";
152
Name
= name;
1 reference to Name
Microsoft.ML.Samples (1)
Dynamic\Transforms\CustomMappingWithInMemoryCustomType.cs (1)
209
output.Name = "Super " + input.
Name
;