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