Variable Parameter.loss

Used for applying loss terms to this parameter (e.g., weight decay)

struct Parameter
{
  // ...
  Operation loss ;
  // ...
}