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