torch.nn.modules.conv.Conv2d
See theConv2d companion object
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.
Attributes
- Companion
- object
- Source
- Conv2d.scala
- Graph
-
- Supertypes
-
trait TensorModule[ParamType]trait HasParams[ParamType]class Moduleclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Source
- Conv2d.scala
Attributes
- Definition Classes
- Source
- Conv2d.scala
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
- Source
- Conv2d.scala
Attributes
- Source
- Conv2d.scala
Inherited methods
Attributes
- Inherited from:
- Module
- Source
- Module.scala
Attributes
- Inherited from:
- Module
- Source
- Module.scala
Attributes
- Inherited from:
- Module
- Source
- Module.scala
Attributes
- Inherited from:
- Module
- Source
- Module.scala
Attributes
- Inherited from:
- Module
- Source
- Module.scala
Attributes
- Inherited from:
- Module
- Source
- Module.scala
Attributes
- Inherited from:
- Module
- Source
- Module.scala
Attributes
- Inherited from:
- Module
- Source
- Module.scala
Attributes
- Inherited from:
- Module
- Source
- Module.scala
Attributes
- Inherited from:
- Module
- Source
- Module.scala
Attributes
- Inherited from:
- HasParams
- Source
- Module.scala
Attributes
- Definition Classes
- Inherited from:
- HasParams
- Source
- Module.scala
Attributes
- Definition Classes
- Inherited from:
- HasParams
- Source
- Module.scala
Attributes
- Inherited from:
- Module
- Source
- Module.scala
Adds a buffer to the module.
Attributes
- Inherited from:
- Module
- Source
- Module.scala
Attributes
- Inherited from:
- Module
- Source
- Module.scala
Attributes
- Inherited from:
- Module
- Source
- Module.scala
Attributes
- Inherited from:
- Module
- Source
- Module.scala
Attributes
- Inherited from:
- Module
- Source
- Module.scala
In this article