PatchEmbed 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
PatchEmbed 层。
public class PatchEmbed : TorchSharp.torch.nn.Module<TorchSharp.torch.Tensor,TorchSharp.torch.Tensor>
type PatchEmbed = class
inherit torch.nn.Module<torch.Tensor, torch.Tensor>
Public Class PatchEmbed
Inherits torch.nn.Module(Of torch.Tensor, torch.Tensor)
- 继承
-
torch.nn.Module<TorchSharp.torch.Tensor,TorchSharp.torch.Tensor>PatchEmbed
构造函数
PatchEmbed(Int32, Int32) |
初始化 PatchEmbed 类的新实例。 |
方法
Dispose(Boolean) |
PatchEmbed 层。 |
forward(torch+Tensor) |
PatchEmbed 层。 |