다음을 통해 공유


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

출력 채널입니다.

적용 대상