次の方法で共有


PatchMerging クラス

定義

PatchMerging レイヤー。

public class PatchMerging : TorchSharp.torch.nn.Module<TorchSharp.torch.Tensor,int,int,(TorchSharp.torch.Tensor, int, int)>
type PatchMerging = class
    inherit torch.nn.Module<torch.Tensor, int, int, ValueTuple<torch.Tensor, int, int>>
Public Class PatchMerging
Inherits torch.nn.Module(Of torch.Tensor, Integer, Integer, ValueTuple(Of torch.Tensor, Integer, Integer))
継承
torch.nn.Module<TorchSharp.torch.Tensor,Int32,Int32,ValueTuple<TorchSharp.torch.Tensor,Int32,Int32>>
PatchMerging

コンストラクター

PatchMerging(Int32, Int32)

PatchMerging クラスの新しいインスタンスを初期化します。

メソッド

forward(torch+Tensor, Int32, Int32)

PatchMerging レイヤー。

適用対象