Compartir a través de


ConvLayer Clase

Definición

Capa de bloques de convolución en la red de 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))
Herencia
torch.nn.Module<TorchSharp.torch.Tensor,Int32,Int32,ValueTuple<TorchSharp.torch.Tensor,Int32,Int32,TorchSharp.torch.Tensor,Int32,Int32>>
ConvLayer

Constructores

ConvLayer(Int32, Int32, Int32, Double)

Inicializa una nueva instancia de la clase ConvLayer.

Métodos

Dispose(Boolean)

Capa de bloques de convolución en la red de AutoFormer.

forward(torch+Tensor, Int32, Int32)

Capa de bloques de convolución en la red de AutoFormer.

Se aplica a