torchvision.models.resnet.BasicBlock
See theBasicBlock companion object
class BasicBlock[D <: BFloat16 | Float32 | Float64](inplanes: Int, planes: Int, stride: Int, downsample: Option[TensorModule[D]], groups: Int, baseWidth: Int, dilation: Int, normLayer: => Int => TensorModule[D])(implicit evidence$3: Default[D]) extends TensorModule[D]
Attributes
- Companion
- object
- Source
- resnet.scala
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Attributes
- Source
- resnet.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
- resnet.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:
- 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
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
Concrete fields
Attributes
- Source
- resnet.scala
Attributes
- Source
- resnet.scala
Attributes
- Source
- resnet.scala
Attributes
- Source
- resnet.scala
Attributes
- Source
- resnet.scala
In this article