3 references to FixedLength
Microsoft.ML.Data (3)
DataLoadSave\Binary\Codecs.cs (3)
843
_lengths =
FixedLength
? null : new List<int>();
862
if (
FixedLength
)
909
if (
FixedLength
)