4 writes to _threads
Microsoft.ML.Data (4)
DataLoadSave\Transpose\TransposeLoader.cs (4)
403
_threads
= args.Threads ?? 0;
405
_threads
= 0;
436
_threads
= ctx.Reader.ReadInt32();
468
_threads
= ctx.Reader.ReadInt32();
7 references to _threads
Microsoft.ML.Data (7)
DataLoadSave\Transpose\TransposeLoader.cs (7)
186
if (_parent.
_threads
> 0)
187
binArgs.Threads = _parent.
_threads
;
404
if (
_threads
< 0)
437
_host.CheckDecode(
_threads
>= 0);
469
_host.CheckDecode(
_threads
>= 0);
528
_host.Assert(
_threads
>= 0);
529
ctx.Writer.Write(
_threads
);