5 overrides of Register
Microsoft.ML.Core.Tests (1)
UnitTests\TestCustomTypeRegister.cs (1)
60
public override void
Register
()
Microsoft.ML.ImageAnalytics (1)
ImageType.cs (1)
64
public override void
Register
()
Microsoft.ML.OnnxTransformer (2)
OnnxMapType.cs (1)
94
public override void
Register
()
OnnxSequenceType.cs (1)
98
public override void
Register
()
Microsoft.ML.Samples (1)
Dynamic\Transforms\CustomMappingWithInMemoryCustomType.cs (1)
101
public override void
Register
()
4 references to Register
Microsoft.ML.Data (1)
Data\SchemaDefinition.cs (1)
398
customTypeAttribute.
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
"/>.