9 writes to VariableEnd
Microsoft.ML.Core.Tests (1)
UnitTests\TestEntryPoints.cs (1)
4530
new [] { new TextLoader.Range() { Min = 0,
VariableEnd
=true, ForceVector=true} })
Microsoft.ML.Data (2)
DataLoadSave\Text\TextLoader.cs (1)
393
VariableEnd
= true;
DataLoadSave\Text\TextSaver.cs (1)
515
range = new TextLoader.Range { Min = minValue,
VariableEnd
= true };
Microsoft.ML.Tests (5)
Transformers\ConcatTests.cs (2)
52
new TextLoader.Column("vfloat", DataKind.Single, new[]{new TextLoader.Range(14, null) { AutoEnd = false,
VariableEnd
= true } })
109
new TextLoader.Column("vfloat", DataKind.Single, new[]{new TextLoader.Range(9), new TextLoader.Range(10), new TextLoader.Range(11), new TextLoader.Range(12, null) { AutoEnd = false,
VariableEnd
= true } })
Transformers\NormalizerTests.cs (3)
45
new TextLoader.Column("float0", DataKind.Single, new[]{ new TextLoader.Range { Min = 1,
VariableEnd
= true } }),
114
new TextLoader.Column("float0", DataKind.Single, new[]{ new TextLoader.Range { Min = 1,
VariableEnd
= true } })
233
new TextLoader.Column("float0", DataKind.Single, new[]{ new TextLoader.Range { Min = 1,
VariableEnd
= true } })
Microsoft.ML.TorchSharp.Tests (1)
NerTests.cs (1)
209
new TextLoader.Range(1, null) {
VariableEnd
= true, AutoEnd = false }
7 references to VariableEnd
Microsoft.ML.Data (7)
DataLoadSave\Text\TextLoader.cs (7)
254
if (prev.Max == null && (prev.AutoEnd || prev.
VariableEnd
))
312
/// If max is specified, the fields <see cref="AutoEnd"/> and <see cref="
VariableEnd
"/> are ignored.
319
/// If <see cref="Max"/> is specified, the fields <see cref="AutoEnd"/> and <see cref="
VariableEnd
"/> are ignored.
328
/// If <see cref="Max"/> is specified, the fields <see cref="AutoEnd"/> and <see cref="
VariableEnd
"/> are ignored.
329
/// If <see cref="AutoEnd"/> is <see langword="true"/>, then <see cref="
VariableEnd
"/> is ignored.
418
else if (
VariableEnd
)
819
else if (range.
VariableEnd
)