BasicLayer.forward(torch+Tensor, Int32, Int32) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
TorchSharp.torch.nn.Module`4.forward(TorchSharp.torch.Tensor,System.Int32,System.Int32)
public override(TorchSharp.torch.Tensor, int, int, TorchSharp.torch.Tensor, int, int) forward(TorchSharp.torch.Tensor x, int h, int w);
override this.forward : TorchSharp.torch.Tensor * int * int -> ValueTuple<TorchSharp.torch.Tensor, int, int, TorchSharp.torch.Tensor, int, int>
Public Overrides Function forward (x As torch.Tensor, h As Integer, w As Integer) As ValueTuple(Of torch.Tensor, Integer, Integer, torch.Tensor, Integer, Integer)
Parámetros
- x
- TorchSharp.torch.Tensor
- h
- Int32
- w
- Int32