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