2 writes to One
Microsoft.ML.Samples (2)
Dynamic\Transforms\CustomMappingWithInMemoryCustomType.cs (2)
143
One
= new AlienBody(0, 0, 0, 0);
153
One
= new AlienBody(age, height, weight, handCount);
4 references to One
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;