2 writes to _headerAndAction
Microsoft.ML.Core (2)
Data\ProgressReporter.cs (2)
246
_headerAndAction
= Tuple.Create<ProgressHeader, Action<IProgressEntry>>(new ProgressHeader(null), null);
262
_headerAndAction
= Tuple.Create(header, fillAction);
1 reference to _headerAndAction
Microsoft.ML.Core (1)
Data\ProgressReporter.cs (1)
228
var cache =
_headerAndAction
;