1 write to Checkpoint
Microsoft.ML.Data (1)
EntryPoints\EntryPointNode.cs (1)
517Checkpoint = checkpoint;
5 references to Checkpoint
Microsoft.ML.Core.Tests (3)
UnitTests\TestEntryPoints.cs (3)
4209Assert.False(nodes[0].Checkpoint); 4213Assert.False(nodes[1].Checkpoint); 4217Assert.True(nodes[2].Checkpoint);
Microsoft.ML.Data (2)
EntryPoints\EntryPointNode.cs (2)
775if (Checkpoint) 776result[FieldNames.Checkpoint] = Checkpoint;