[nnpackage] Rename tensorflow lite's names (#5613)
author이상규/On-Device Lab(SR)/Principal Engineer/삼성전자 <sg5.lee@samsung.com>
Wed, 10 Jul 2019 10:04:27 +0000 (19:04 +0900)
committer이춘석/On-Device Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>
Wed, 10 Jul 2019 10:04:27 +0000 (19:04 +0900)
namespace, file_identifier and file_extension are renamed.
our copyright is pretended.
revision history has only 1 line (for version 0).

Signed-off-by: Sanggyu Lee <sg5.lee@samsung.com>
contrib/nnpackage/schema/nnpackage_model.fbs

index 9379a6f..dbb0d35 100644 (file)
@@ -1,3 +1,4 @@
+// Copyright (c) 2019 Samsung Electronics Co., Ltd. All Rights Reserved
 // Copyright 2017 The TensorFlow Authors. All Rights Reserved.
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // limitations under the License.
 
 // Revision History
-// Version 0: Initial version.
-// Version 1: Add subgraphs to schema.
-// Version 2: Rename operators to conform to NN API.
-// Version 3: Move buffer data from Model.Subgraph.Tensors to Model.Buffers.
+// Version 0: Initial version. Based on TensorFlow Lite v1.13.1 schema.
 
-namespace tflite;
+namespace circle;
 
 // This corresponds to the version.
-file_identifier "TFL3";
+file_identifier "CIR0";
 // File extension of any written files.
-file_extension "tflite";
+file_extension "circle";
 
 // IMPORTANT: All new members of tables, enums and unions must be added at the
 // end to ensure backwards compatibility.