Compartilhar via


PatchEmbed(Int32, Int32) Construtor

Definição

Inicializa uma nova instância da 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)

Parâmetros

inChannels
Int32

Os canais de entrada.

embedChannels
Int32

Os canais de saída.

Aplica-se a