Freigeben über


PatchEmbed(Int32, Int32) Konstruktor

Definition

Initialisiert eine neue Instanz der PatchEmbed-Klasse.

public PatchEmbed(int inChannels, int embedChannels);
new Microsoft.ML.TorchSharp.AutoFormerV2.PatchEmbed : int * int -> Microsoft.ML.TorchSharp.AutoFormerV2.PatchEmbed
Public Sub New (inChannels As Integer, embedChannels As Integer)

Parameter

inChannels
Int32

Die Eingabekanäle.

embedChannels
Int32

Die Ausgabekanäle.

Gilt für: