2 writes to Prev
Microsoft.ML.Samples (2)
Dynamic\Transforms\StatefulCustomMapping.cs (2)
38
state.
Prev
= fib;
46
state.
Prev
= 1;
2 references to Prev
Microsoft.ML.Samples (2)
Dynamic\Transforms\StatefulCustomMapping.cs (2)
35
var fib = state.Prev2 + state.
Prev
;
37
state.Prev2 = state.
Prev
;