Skip to content

Commit

Permalink
[onert/frontend] Revisit traininfo metadata name
Browse files Browse the repository at this point in the history
This PR adds const keyword to the traininfo metadata name.

ONE-DCO-1.0-Signed-off-by: SeungHui Youn <[email protected]>
  • Loading branch information
zetwhite committed Jan 5, 2024
1 parent f165eaf commit 2968d45
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ namespace train
namespace traininfo_loader
{

static constexpr char *const TRAININFO_METADATA_NAME = "CIRCLE_TRAINING";
static const char *const TRAININFO_METADATA_NAME = "CIRCLE_TRAINING";

std::unique_ptr<ir::train::TrainingInfo> loadTrainingInfo(const uint8_t *buffer, const size_t size);

Expand Down

0 comments on commit 2968d45

Please sign in to comment.