3 references to CheckDecode
Microsoft.ML.Core (3)
Data\ModelLoadContext.cs (3)
141
_ectx.
CheckDecode
(-1 <= id && id < Utils.Size(Strings));
164
_ectx.
CheckDecode
(0 <= id && id < Utils.Size(Strings));
166
_ectx.
CheckDecode
(str.Length > 0);