2 writes to Two
Microsoft.ML.Samples (2)
Dynamic\Transforms\CustomMappingWithInMemoryCustomType.cs (2)
144
Two
= new AlienBody(0, 0, 0, 0);
154
Two
= new AlienBody(anotherAge, anotherHeight, anotherWeight,
4 references to Two
Microsoft.ML.Samples (4)
Dynamic\Transforms\CustomMappingWithInMemoryCustomType.cs (4)
210
output.Merged.Age = input.One.Age + input.
Two
.Age;
211
output.Merged.Height = input.One.Height + input.
Two
.Height;
212
output.Merged.Weight = input.One.Weight + input.
Two
.Weight;
213
output.Merged.HandCount = input.One.HandCount + input.
Two
.HandCount;