1 write to _type
Microsoft.ML.FastTree (1)
SumupPerformanceCommand.cs (1)
95
_type
= args.Type;
3 references to _type
Microsoft.ML.FastTree (3)
SumupPerformanceCommand.cs (3)
161
switch (
_type
)
172
throw _host.ExceptNotImpl("Haven't yet wrote a random generator appropriate for {0}",
_type
);
178
arrays[i] = IntArray.New(_len,
_type
, bits, createIntArray(ch, r));