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