다음을 통해 공유


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

출력 채널입니다.

적용 대상