5 references to IsValidType
Microsoft.ML.Data (5)
EntryPoints\EntryPointNode.cs (5)
166
/// once it is available. The type is one of the valid types according to <see cref="
IsValidType
"/>.
200
return
IsValidType
(variableType.GetElementType());
223
ectx.Assert(
IsValidType
(type));
630
if (!EntryPointVariable.
IsValidType
(valueType))
696
if (!EntryPointVariable.
IsValidType
(valueType))