Conv2d class

Constructors

Conv2d({required int inChannels, required int outChannels, required int kernelSize, int stride = 1, int padding = 0, bool useBias = true})

Properties

biases ValueVector
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
inChannels int
final
kernels List<Matrix2d>
getter/setter pair
kernelSize int
final
outChannels int
final
padding int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stride int
final
useBias bool
final

Methods

forward(Matrix2d input) Matrix2d
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited