1 write to _ectx
Microsoft.ML.Core (1)
Data\ProgressReporter.cs (1)
53
_ectx
= ectx;
5 references to _ectx
Microsoft.ML.Core (5)
Data\ProgressReporter.cs (5)
54
_ectx
.CheckValue(tracker, nameof(tracker));
55
_ectx
.CheckNonEmpty(computationName, nameof(computationName));
73
_ectx
.AssertValueOrNull(values);
74
_ectx
.Check(!_isDisposed, "Can't report checkpoints after disposing");
94
_ectx
.Check(iSrc == n, "Too many values provided in Checkpoint");