1 write to _pipes
Microsoft.ML.Data (1)
DataLoadSave\Text\TextSaver.cs (1)
565
_pipes
= pipes;
18 references to _pipes
Microsoft.ML.Data (18)
DataLoadSave\Text\TextSaver.cs (18)
568
_mpcoldst = new int[
_pipes
.Length + 1];
569
_mpcolslot = new int[
_pipes
.Length + 1];
581
Action<StringBuilder, int> append = (sb, index) => AppendItem(sb, index,
_pipes
[_col].Default);
587
while (_col <
_pipes
.Length)
590
_pipes
[_col].WriteHeader(appendHeader, out len);
603
while (_col <
_pipes
.Length)
606
_pipes
[_col].WriteData(append, out len);
647
Contracts.Assert(0 <= _col && _col <
_pipes
.Length);
678
Contracts.Assert(_col <
_pipes
.Length);
689
Contracts.Assert(_col ==
_pipes
.Length);
702
for (int col = 1; col <=
_pipes
.Length; col++)
720
colBest =
_pipes
.Length;
729
if (colBest >=
_pipes
.Length)
743
_writer.Write(defaultStr ??
_pipes
[colBest].Default);
761
Contracts.Assert(_col ==
_pipes
.Length);
766
string def = defaultStr ??
_pipes
[0].Default;
779
Contracts.Assert(col <
_pipes
.Length);
780
def = defaultStr ??
_pipes
[col].Default;