FeedForward class
Constructors
- FeedForward(int dModel, {})
Properties
Methods
-
forward(
Tensor2D x) → Tensor2D -
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