Conv1d
1-D convolution layer.
Record fields
| Name | Description |
|---|
Bias | |
Config | |
Weight | |
Instance members
| Name | Description |
|---|
this.forward x | Apply 1-D convolution to the input. |
Conv2d
2-D convolution layer.
Record fields
| Name | Description |
|---|
Bias | |
Config | |
Weight | |
Instance members
| Name | Description |
|---|
this.forward x | Apply 2-D convolution to the input. |
ConvTranspose1d
1-D transposed convolution layer.
Record fields
| Name | Description |
|---|
Bias | |
Config | |
Weight | |
Instance members
| Name | Description |
|---|
this.forward x | |
ConvTranspose2d
2-D transposed convolution layer.
Record fields
| Name | Description |
|---|
Bias | |
Config | |
Weight | |
Instance members
| Name | Description |
|---|
this.forward x | |