2 writes to Height
Microsoft.ML.Samples (2)
Dynamic\Transforms\CustomMappingWithInMemoryCustomType.cs (2)
78
Height
= height;
211
output.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 "
56
superAlien.Merged.
Height
+ ", weight " + superAlien.Merged.Weight +
211
output.Merged.Height = input.One.
Height
+ input.Two.
Height
;