Compartir a través de


PatchEmbed(Int32, Int32) Constructor

Definición

Inicializa una nueva instancia de la clase 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

Canales de entrada.

embedChannels
Int32

Canales de salida.

Se aplica a