Partager via


PatchEmbed(Int32, Int32) Constructeur

Définition

Initialise une nouvelle instance de la 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)

Paramètres

inChannels
Int32

Canaux d’entrée.

embedChannels
Int32

Canaux de sortie.

S’applique à