Skip to content

Commit

Permalink
[onert] Change SoftMaxGrad test suite name (#11828)
Browse files Browse the repository at this point in the history
This commit changes SoftMaxGrad test suite name to CKer_Operation.

ONE-DCO-1.0-Signed-off-by: Jiyoung Yun <[email protected]>
  • Loading branch information
jyoungyun authored Nov 2, 2023
1 parent 97ee61d commit 7a9a062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compute/cker/src/train/SoftMax.test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#include <vector>

// TODO Add tests that verifies result values
TEST(CKer_Optimizer, SoftMaxGrad)
TEST(CKer_Operation, SoftMaxGrad)
{
// Unmatched shape
{
Expand Down

0 comments on commit 7a9a062

Please sign in to comment.