Skip to content

Commit

Permalink
[luci/export] Revise file description (#13729)
Browse files Browse the repository at this point in the history
This will revise file description to "ONE-luci/export".

ONE-DCO-1.0-Signed-off-by: SaeHie Park <[email protected]>
  • Loading branch information
seanshpark authored Aug 21, 2024
1 parent 41ea171 commit 93f0960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/luci/export/src/CircleExporterImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ void CircleExporterImpl::exportModule(Module *module)
auto operator_codes = encodeOperatorCodes(_builder, md._operator_codes);

// Description
std::string description_str = "nnpackage";
std::string description_str = "ONE-luci/export";
auto description = _builder.CreateString(description_str);

// Metadata
Expand Down

0 comments on commit 93f0960

Please sign in to comment.