5 overrides of Register
Microsoft.ML.Core.Tests (1)
UnitTests\TestCustomTypeRegister.cs (1)
60public override void Register()
Microsoft.ML.ImageAnalytics (1)
ImageType.cs (1)
64public override void Register()
Microsoft.ML.OnnxTransformer (2)
OnnxMapType.cs (1)
94public override void Register()
OnnxSequenceType.cs (1)
98public override void Register()
Microsoft.ML.Samples (1)
Dynamic\Transforms\CustomMappingWithInMemoryCustomType.cs (1)
101public override void Register()
4 references to Register
Microsoft.ML.Data (1)
Data\SchemaDefinition.cs (1)
398customTypeAttribute.Register();
Microsoft.ML.DataView (1)
DataViewType.cs (1)
471/// The function <see cref="Register"/> will be called to register a <see cref="DataViewType"/> for a <see cref="Type"/> with its <see cref="Attribute"/>s.
Microsoft.ML.OnnxTransformer (2)
OnnxMapType.cs (1)
92/// An implementation of <see cref="DataViewTypeAttribute.Register"/>.
OnnxSequenceType.cs (1)
96/// An implementation of <see cref="DataViewTypeAttribute.Register"/>.