1 instantiation of State
Microsoft.ML.Mkl.Components (1)
SymSgdClassificationTrainer.cs (1)
735State state = new State();
7 references to State
Microsoft.ML.Mkl.Components (7)
SymSgdClassificationTrainer.cs (7)
735State state = new State(); 839State* state, ChannelCallBack info); 905shouldInitialize, (State*)stateGCHandle.AddrOfPinnedObject(), info); 910private static extern void MapBackWeightVector(float* weightVector, State* state); 920MapBackWeightVector(pweightVector, (State*)stateGCHandle.AddrOfPinnedObject()); 924private static extern void DeallocateSequentially(State* state); 928DeallocateSequentially((State*)stateGCHandle.AddrOfPinnedObject());