16 references to Register
Microsoft.ML.Core.Tests (9)
UnitTests\TestCustomTypeRegister.cs (9)
62
DataViewTypeManager.
Register
(new DataViewAlienBodyType(RaceId), typeof(AlienBody), this);
263
DataViewTypeManager.
Register
(a, typeof(AlienBody));
264
DataViewTypeManager.
Register
(a, typeof(AlienBody));
265
DataViewTypeManager.
Register
(b, typeof(AlienBody));
266
DataViewTypeManager.
Register
(b, typeof(AlienBody));
281
DataViewTypeManager.
Register
(a, typeof(AlienBody), c);
295
DataViewTypeManager.
Register
(new DataViewAlienBodyType(5566), typeof(AlienBody));
306
DataViewTypeManager.
Register
(e, typeof(AlienBody), f);
324
DataViewTypeManager.
Register
(a, typeof(AlienBody), b);
Microsoft.ML.Data (1)
Data\DataViewTypeManager.cs (1)
167
Register
(dataViewType, type, typeAttr);
Microsoft.ML.ImageAnalytics (1)
ImageType.cs (1)
66
DataViewTypeManager.
Register
(new ImageDataViewType(Height, Width), typeof(MLImage), this);
Microsoft.ML.OnnxTransformer (4)
OnnxMapType.cs (2)
27
DataViewTypeManager.
Register
(this, RawType, new OnnxMapTypeAttribute(keyType, valueType));
98
DataViewTypeManager.
Register
(new OnnxMapType(_keyType, _valueType), type, this);
OnnxSequenceType.cs (2)
33
DataViewTypeManager.
Register
(this, RawType, new OnnxSequenceTypeAttribute(elementType));
102
DataViewTypeManager.
Register
(new OnnxSequenceType(_elemType), type, this);
Microsoft.ML.Samples (1)
Dynamic\Transforms\CustomMappingWithInMemoryCustomType.cs (1)
103
DataViewTypeManager.
Register
(new DataViewAlienBodyType(RaceId),