Freigeben über


OnnxSequenceTypeAttribute Konstruktoren

Definition

Überlädt

OnnxSequenceTypeAttribute()
Veraltet.

Erstellen Sie einen Sequenztyp.

OnnxSequenceTypeAttribute(Type)

Erstellen Sie einen elemType-sequence-Typ.

OnnxSequenceTypeAttribute()

Achtung

Please specify sequence type when use OnnxSequenceType Attribute

Erstellen Sie einen Sequenztyp.

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Obsolete("Please specify sequence type when use OnnxSequenceType Attribute", false)]
public OnnxSequenceTypeAttribute ();
public OnnxSequenceTypeAttribute ();
Public Sub New ()
Attribute

Gilt für:

OnnxSequenceTypeAttribute(Type)

Erstellen Sie einen elemType-sequence-Typ.

public OnnxSequenceTypeAttribute (Type elemType);
new Microsoft.ML.Transforms.Onnx.OnnxSequenceTypeAttribute : Type -> Microsoft.ML.Transforms.Onnx.OnnxSequenceTypeAttribute
Public Sub New (elemType As Type)

Parameter

elemType
Type

Gilt für: