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"/>. 200return IsValidType(variableType.GetElementType()); 223ectx.Assert(IsValidType(type)); 630if (!EntryPointVariable.IsValidType(valueType)) 696if (!EntryPointVariable.IsValidType(valueType))