Condividi tramite


PatchEmbed(Int32, Int32) Costruttore

Definizione

Inizializza una nuova istanza della classe PatchEmbed.

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)

Parametri

inChannels
Int32

Canali di input.

embedChannels
Int32

Canali di output.

Si applica a