共用方式為


PatchMerging(Int32, Int32) 建構函式

定義

初始化 PatchMerging 類別的新執行個體。

public PatchMerging(int inChannels, int outChannels);
new Microsoft.ML.TorchSharp.AutoFormerV2.PatchMerging : int * int -> Microsoft.ML.TorchSharp.AutoFormerV2.PatchMerging
Public Sub New (inChannels As Integer, outChannels As Integer)

參數

inChannels
Int32

輸入通道。

outChannels
Int32

輸出通道。

適用於