Compartir a través de


Conv2dBN Clase

Definición

Módulo Convolución y BN.

public class Conv2dBN : TorchSharp.torch.nn.Module<TorchSharp.torch.Tensor,TorchSharp.torch.Tensor>
type Conv2dBN = class
    inherit torch.nn.Module<torch.Tensor, torch.Tensor>
Public Class Conv2dBN
Inherits torch.nn.Module(Of torch.Tensor, torch.Tensor)
Herencia
torch.nn.Module<TorchSharp.torch.Tensor,TorchSharp.torch.Tensor>
Conv2dBN

Constructores

Conv2dBN(Int32, Int32, Int32, Int32, Int32, Int32, Int32)

Inicializa una nueva instancia de la clase Conv2dBN.

Métodos

Dispose(Boolean)

Módulo Convolución y BN.

forward(torch+Tensor)

Módulo Convolución y BN.

Se aplica a