NasBertTransformer<TLabelCol,TTargetsCol> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public abstract class NasBertTransformer<TLabelCol,TTargetsCol> : Microsoft.ML.TorchSharp.TorchSharpBaseTransformer<TLabelCol,TTargetsCol>
type NasBertTransformer<'LabelCol, 'argetsCol> = class
inherit TorchSharpBaseTransformer<'LabelCol, 'argetsCol>
Public MustInherit Class NasBertTransformer(Of TLabelCol, TTargetsCol)
Inherits TorchSharpBaseTransformer(Of TLabelCol, TTargetsCol)
Type Parameters
- TLabelCol
- TTargetsCol
- Inheritance
-
NasBertTransformer<TLabelCol,TTargetsCol>
- Derived
Fields
LabelColumn | (Inherited from TorchSharpBaseTransformer<TLabelCol,TTargetsCol>) |
SentenceColumn | |
SentenceColumn2 |
Methods
Dispose() | (Inherited from TorchSharpBaseTransformer<TLabelCol,TTargetsCol>) |
Dispose(Boolean) | (Inherited from TorchSharpBaseTransformer<TLabelCol,TTargetsCol>) |
GetOutputSchema(DataViewSchema) | (Inherited from RowToRowTransformerBase) |
GetOutputSchema(SchemaShape) | (Inherited from TorchSharpBaseTransformer<TLabelCol,TTargetsCol>) |
Transform(IDataView) | (Inherited from RowToRowTransformerBase) |