2 references to AppendCacheCheckpoint
Microsoft.ML.Data (2)
DataLoadSave\EstimatorExtensions.cs (1)
71return new EstimatorChain<ITransformer>().Append(start).AppendCacheCheckpoint(env);
Training\TrainerInputBase.cs (1)
45/// like <see cref="EstimatorChain{TLastTransformer}.AppendCacheCheckpoint(IHostEnvironment)"/>.