次の方法で共有


Conv2dBN クラス

定義

畳み込みと 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)
継承
torch.nn.Module<TorchSharp.torch.Tensor,TorchSharp.torch.Tensor>
Conv2dBN

コンストラクター

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

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

メソッド

forward(torch+Tensor)

畳み込みと BN モジュール。

適用対象