2 writes to HandCount
Microsoft.ML.Samples (2)
Dynamic\Transforms\CustomMappingWithInMemoryCustomType.cs (2)
80
HandCount
= handCount;
213
output.Merged.
HandCount
= input.One.HandCount + input.Two.HandCount;
4 references to HandCount
Microsoft.ML.Samples (4)
Dynamic\Transforms\CustomMappingWithInMemoryCustomType.cs (4)
43
+ firstAlien.Merged.
HandCount
+ " hands.");
57
", and " + superAlien.Merged.
HandCount
+ " hands.");
213
output.Merged.HandCount = input.One.
HandCount
+ input.Two.
HandCount
;