次の方法で共有


ConvLayer クラス

定義

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))
継承
torch.nn.Module<TorchSharp.torch.Tensor,Int32,Int32,ValueTuple<TorchSharp.torch.Tensor,Int32,Int32,TorchSharp.torch.Tensor,Int32,Int32>>
ConvLayer

コンストラクター

ConvLayer(Int32, Int32, Int32, Double)

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

メソッド

forward(torch+Tensor, Int32, Int32)

AutoFormer ネットワーク内の畳み込みブロックのレイヤー。

適用対象