6 references to CheckType
Microsoft.ML.Data (6)
EntryPoints\EntryPointNode.cs (6)
64
Contracts.Assert(
CheckType
(typeof(T)));
71
return
CheckType
(type.GetElementType());
75
return
CheckType
(type.GetGenericTypeArgumentsEx()[1]);
104
Contracts.Assert(Var<T>.
CheckType
(typeof(T)));
110
Contracts.Assert(Var<T>.
CheckType
(typeof(T)));
139
Contracts.Assert(Var<T>.
CheckType
(typeof(T)));