ConvLayer Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Couche de blocs de convolution dans le réseau AutoFormer.
public class ConvLayer : TorchSharp.torch.nn.Module<TorchSharp.torch.Tensor,int,int,(TorchSharp.torch.Tensor, int, int, TorchSharp.torch.Tensor, int, int)>
type ConvLayer = class
inherit torch.nn.Module<torch.Tensor, int, int, ValueTuple<torch.Tensor, int, int, torch.Tensor, int, int>>
Public Class ConvLayer
Inherits torch.nn.Module(Of torch.Tensor, Integer, Integer, ValueTuple(Of torch.Tensor, Integer, Integer, torch.Tensor, Integer, Integer))
- Héritage
Constructeurs
ConvLayer(Int32, Int32, Int32, Double) |
Initialise une nouvelle instance de la classe ConvLayer. |
Méthodes
forward(torch+Tensor, Int32, Int32) |
Couche de blocs de convolution dans le réseau AutoFormer. |