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