Skip to content

Commit

Permalink
[onert] Revise wrong comments (Samsung#13164)
Browse files Browse the repository at this point in the history
This commit revises wrong comments in optimizer tests.

ONE-DCO-1.0-Signed-off-by: ragmani <[email protected]>
  • Loading branch information
ragmani authored Jun 13, 2024
1 parent 7c2d6e8 commit 99e297d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/onert/backend/train/optimizer/Optimizers.test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ template <typename T> class AdamOptimizerVerifier

TEST(Optimizer, SGDValueValidation)
{
// Single step
// 10 steps
{
const auto shape = ir::Shape{1, 3, 3};
const auto type_info = ir::TypeInfo{ir::DataType::FLOAT32};
Expand Down Expand Up @@ -461,7 +461,7 @@ TEST(Optimizer, neg_SGDUnsupportedType)

TEST(Optimizer, AdamValueValidation)
{
// single step
// 10 steps
{
const auto shape = ir::Shape{1, 3, 3};
const auto type_info = ir::TypeInfo{ir::DataType::FLOAT32};
Expand Down

0 comments on commit 99e297d

Please sign in to comment.