2 writes to _seed
Microsoft.ML.StandardTrainers (2)
Standard\Simple\SimpleTrainers.cs (2)
76_seed = seed; 93_seed = ctx.Reader.ReadInt32();
3 references to _seed
Microsoft.ML.StandardTrainers (3)
Standard\Simple\SimpleTrainers.cs (3)
79_random = RandomUtils.Create(_seed); 96_random = RandomUtils.Create(_seed); 121ctx.Writer.Write(_seed);