diff --git a/compiler/luci/export/src/CircleExporterImpl.cpp b/compiler/luci/export/src/CircleExporterImpl.cpp index c8f2aa06529..00e7ace2c99 100644 --- a/compiler/luci/export/src/CircleExporterImpl.cpp +++ b/compiler/luci/export/src/CircleExporterImpl.cpp @@ -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