SGDGPU constructor

SGDGPU(
  1. List<GPUTensor> parameters,
  2. double learningRate
)

Implementation

SGDGPU(super.parameters, this.learningRate);