Rate this Page

Struct ASMoutput#

Struct Documentation#

structASMoutput#

The output of a single invocation of anAdaptiveLogSoftmaxWithLoss module’sforward() method.

Public Functions

ASMoutput(Tensoroutput_,doubleloss_)#

Public Members

Tensoroutput#

Tensor containing computed target log probabilities for each example.

doubleloss#

Scalar representing the computed negative log likelihood loss.