ConvModule.forward(torch+Tensor) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
TorchSharp.torch.nn.Module`2.forward(TorchSharp.torch.Tensor)
public override TorchSharp.torch.Tensor forward (TorchSharp.torch.Tensor x);
override this.forward : TorchSharp.torch.Tensor -> TorchSharp.torch.Tensor
Public Overrides Function forward (x As torch.Tensor) As torch.Tensor
Parameters
- x
- TorchSharp.torch.Tensor
Returns
TorchSharp.torch.Tensor