Commits


M. Zeeshan Siddiqui authored and GitHub committed 6c1ccb659fc
SoftmaxCrossEntropyLoss-12 forward and backward kernel implementation. (#3465) * Update ONNX submodule commit to the latest. * build break. * SoftmaxCrossEntropyLoss: Forward and backward kernel implementation. * Revert "build break." This reverts commit 847cb50d294efbe6c09fa760e7cacf25bfb6146d. * Add more tests and misc clean up. * revert unintended changes. * PR feedback. * cleanup. * PR feedback.