menu
dart_torch package
documentation
nn.dart
Node
Node.new constructor
Node.new constructor
dark_mode
light_mode
Node
constructor
Node
(
double
value
, [
String
_op
=
''
])
Implementation
Node(this.value, [this._op = '']) : grad = 0.0;
dart_torch package
documentation
nn
Node
Node.new constructor
Node class