1 instantiation of ProgressChannel
Microsoft.ML.Core (1)
Environment\HostEnvironmentBase.cs (1)
448
return new ProgressReporting.
ProgressChannel
(this, ProgressTracker, name);
6 references to ProgressChannel
Microsoft.ML.Core (6)
Data\ProgressReporter.cs (6)
45
/// Initialize a <see cref="
ProgressChannel
"/> for the process identified by <paramref name="computationName"/>.
210
private readonly
ProgressChannel
_root;
239
public SubChannel(
ProgressChannel
root, int id, int level)
338
public readonly
ProgressChannel
Channel;
350
public CalculationInfo(int index, string name,
ProgressChannel
channel)
374
public void Log(
ProgressChannel
source, ProgressEvent.EventKind kind, ProgressEntry entry)