NegativeLogLikelihood.forward

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto forward(Variable!(F, 2, HostStorage) logP, Variable!(I, 1, HostStorage) targetId)
    struct NegativeLogLikelihood(F, I = long)
  2. auto forward(Variable!(F, 2, DeviceStorage) logP, Variable!(I, 1, DeviceStorage) targetId)

Meta