Node class
Properties
Methods
-
backward(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
pow(
double exponent) → Node -
relu(
) → Node -
setJacobian(
int outputSize, int inputSize) → void -
toString(
) → String -
A string representation of this object.
override
-
zeroGrad(
) → void
Operators
-
operator *(
Node other) → Node -
operator +(
Node other) → Node -
operator -(
Node other) → Node -
operator ==(
Object other) → bool -
The equality operator.
inherited