2 writes to _type
Microsoft.ML.Core (2)
EntryPoints\ModuleArgs.cs (2)
238
_type
= val.GetType();
246
_type
= typeof(double);
5 references to _type
Microsoft.ML.Core (5)
EntryPoints\ModuleArgs.cs (5)
154
public Type Type =>
_type
;
235
if (
_type
== null)
241
Contracts.Check(
_type
== val.GetType(), "All Range attribute values must be of the same type");
260
if (
_type
== typeof(double))
262
else if (
_type
== typeof(float))