parameters property

List<Tensor> parameters
final

The list of model parameters (weights and biases) that this optimizer will update.

Implementation

final List<Tensor> parameters;