2 references to TryValidate
Microsoft.ML.Core (2)
Data\ModelHeader.cs (2)
207
bool res =
TryValidate
(ref header, header.FpLim, out ex);
471
if (!
TryValidate
(ref header, reader.BaseStream.Length - fpMin, out ex))