共用方式為


PatchEmbed(Int32, Int32) 建構函式

定義

初始化 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)

參數

inChannels
Int32

輸入通道。

embedChannels
Int32

輸出通道。

適用於