2 writes to Height
Microsoft.ML.Samples (2)
Dynamic\Transforms\CustomMappingWithInMemoryCustomType.cs (2)
78Height = height; 211output.Merged.Height = input.One.Height + input.Two.Height;
4 references to Height
Microsoft.ML.Samples (4)
Dynamic\Transforms\CustomMappingWithInMemoryCustomType.cs (4)
42.Merged.Height + ", weight " + firstAlien.Merged.Weight + ", and " 56superAlien.Merged.Height + ", weight " + superAlien.Merged.Weight + 211output.Merged.Height = input.One.Height + input.Two.Height;