Skip to content

Commit

Permalink
[onert] Add ir namespace to checkpoint header file (#13722)
Browse files Browse the repository at this point in the history
This commit adds the missing ir namespace to checkpoint header file.

ONE-DCO-1.0-Signed-off-by: Jiyoung Yun <[email protected]>
  • Loading branch information
jyoungyun authored Aug 21, 2024
1 parent dec3d68 commit 34257bf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions runtime/onert/core/include/ir/train/Checkpoint.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@

namespace onert
{
namespace ir
{
namespace train
{
namespace checkpoint
Expand Down Expand Up @@ -46,6 +48,7 @@ constexpr uint8_t SCHEMA_VERSION = 1;

} // namespace checkpoint
} // namespace train
} // namespace ir
} // namespace onert

#endif // __ONERT_IR_TRAIN_CHECKPOINT_H__

0 comments on commit 34257bf

Please sign in to comment.