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