1 implementation of IProgressEntry
Microsoft.ML.Core (1)
Data\ProgressReporter.cs (1)
484
public sealed class ProgressEntry :
IProgressEntry
10 references to IProgressEntry
Microsoft.ML.Core (9)
Data\IProgressChannel.cs (2)
49
/// <param name="fillAction">The delegate to provide actual progress. The <see cref="
IProgressEntry
"/> parameter of
51
void SetHeader(ProgressHeader header, Action<
IProgressEntry
> fillAction);
Data\ProgressReporter.cs (7)
31
private Tuple<ProgressHeader, Action<
IProgressEntry
>> _headerAndAction;
62
_headerAndAction = Tuple.Create<ProgressHeader, Action<
IProgressEntry
>>(new ProgressHeader(null), null);
66
public void SetHeader(ProgressHeader header, Action<
IProgressEntry
> fillAction)
218
private Tuple<ProgressHeader, Action<
IProgressEntry
>> _headerAndAction;
246
_headerAndAction = Tuple.Create<ProgressHeader, Action<
IProgressEntry
>>(new ProgressHeader(null), null);
260
public void SetHeader(ProgressHeader header, Action<
IProgressEntry
> fillAction)
482
/// An array-backed implementation of <see cref="
IProgressEntry
"/>.
Microsoft.ML.StandardTrainers (1)
Optimizer\Optimizer.cs (1)
616
(Action<
IProgressEntry
>)(e =>