PatchMerging Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
A camada 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))
- Herança
-
torch.nn.Module<TorchSharp.torch.Tensor,Int32,Int32,ValueTuple<TorchSharp.torch.Tensor,Int32,Int32>>PatchMerging
Construtores
PatchMerging(Int32, Int32) |
Inicializa uma nova instância da classe PatchMerging. |
Métodos
forward(torch+Tensor, Int32, Int32) |
A camada PatchMerging. |