AMDMIGraphX
AMDMIGraphX copied to clipboard
Add NegativeLogLikelihoodLoss operator
Similar to softmax cross entropy loss #3008 , thus able to leverage all the existing logic of this and test method.
Added verify tests for the 3 reduction cases in varying datatypes.
Parser tests nearly identical to softmaxcrossentropyloss but without the softmax operator.