torch.nn.modules.conv
package torch.nn.modules.conv
Members list
Grouped members
nn_conv
final class Conv2d[ParamType <: FloatNN | ComplexNN](inChannels: Long, outChannels: Long, kernelSize: Int | (Int, Int), stride: Int | (Int, Int), padding: Int | (Int, Int), dilation: Int | (Int, Int), groups: Int, bias: Boolean, paddingMode: PaddingMode)(implicit evidence$1: Default[ParamType]) extends HasParams[ParamType], TensorModule[ParamType]
Applies a 2D convolution over an input signal composed of several input planes.
Applies a 2D convolution over an input signal composed of several input planes.
Attributes
- Companion
- object
- Source
- Conv2d.scala
- Supertypes
-
trait TensorModule[ParamType]trait HasParams[ParamType]class Moduleclass Objecttrait Matchableclass AnyShow all
Type members
Classlikes
object Conv2d
Attributes
- Companion
- class
- Source
- Conv2d.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Conv2d.type
In this article