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)
154public Type Type => _type; 235if (_type == null) 241Contracts.Check(_type == val.GetType(), "All Range attribute values must be of the same type"); 260if (_type == typeof(double)) 262else if (_type == typeof(float))