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