Aracılığıyla paylaş


MBConv.forward(torch+Tensor) Method

Definition

TorchSharp.torch.nn.Module`2.forward(TorchSharp.torch.Tensor)
public override TorchSharp.torch.Tensor forward (TorchSharp.torch.Tensor x0);
override this.forward : TorchSharp.torch.Tensor -> TorchSharp.torch.Tensor
Public Overrides Function forward (x0 As torch.Tensor) As torch.Tensor

Parameters

x0
TorchSharp.torch.Tensor

Returns

TorchSharp.torch.Tensor

Applies to