Takes softmax on both sides and returns MSE loss Note: - Returns the sum over all examples. Divide by the batch size afterwards if you want the mean. - Sends gradients to inputs but not the targets.
(input_logits, target_logits)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected