From: 이상규/On-Device Lab(SR)/Principal Engineer/삼성전자 Date: Wed, 10 Jul 2019 10:04:27 +0000 (+0900) Subject: [nnpackage] Rename tensorflow lite's names (#5613) X-Git-Tag: submit/tizen/20190809.050447~567 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b4958cef7fb73fec53678f83308d700a987f5a16;p=platform%2Fcore%2Fml%2Fnnfw.git [nnpackage] Rename tensorflow lite's names (#5613) 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 --- diff --git a/contrib/nnpackage/schema/nnpackage_model.fbs b/contrib/nnpackage/schema/nnpackage_model.fbs index 9379a6f..dbb0d35 100644 --- a/contrib/nnpackage/schema/nnpackage_model.fbs +++ b/contrib/nnpackage/schema/nnpackage_model.fbs @@ -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"); @@ -13,17 +14,14 @@ // 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.