Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zetwhite committed Jan 5, 2024
1 parent 2968d45 commit 2e085d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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 const char *const TRAININFO_METADATA_NAME = "CIRCLE_TRAINING";
extern const char *const TRAININFO_METADATA_NAME;

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ namespace train
namespace traininfo_loader
{

const char *const TRAININFO_METADATA_NAME = "CIRCLE_TRAINING";

namespace
{

Expand Down

0 comments on commit 2e085d5

Please sign in to comment.