diff --git a/Third_Party_Open_Source_Software_Notice b/Third_Party_Open_Source_Software_Notice index 0d79cfa5..ba8da1fb 100644 --- a/Third_Party_Open_Source_Software_Notice +++ b/Third_Party_Open_Source_Software_Notice @@ -458,3 +458,76 @@ Copyright (c) Facebook Inc. and Microsoft Corporation. License: MIT License Please see above. + + + +Software: caffe 1.0 + +License: BSD 2-Clause License + +Open Source Software Licensed Under the BSD 2-Clause License + +GraphEngine uses source code files from caffe so as to support model format conversion from caffe model to GraphEngine model. +Please see below for the full list of source code files from caffe that are used by GraphEngine. +The below software in this distribution may have been modified by Huawei Technologies Co., Ltd ("Huawei Modifications"). All Huawei Modifications are Copyright 2019-2020 Huawei Technologies Co., Ltd. +---------------------------------------------------------------------------------------- +1. caffe.proto master +All contributions by the University of California: +Copyright (c) 2014-2017 The Regents of the University of California (Regents) +All rights reserved. + + +Terms of the BSD 2-Clause License: +-------------------------------------------------------------------- +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + + +Software: tensorflow 1.15.0 + +License: Apache-2.0 License + +Open Source Software Licensed Under the Apache-2.0 License + + +GraphEngine uses source code files from tensorflow so as to support model format conversion from tensorflow model to GraphEngine model. +Please see below for the full list of source code files from tensorflow that are used by GraphEngine. +The below software in this distribution may have been modified by Huawei Technologies Co., Ltd ("Huawei Modifications"). All Huawei Modifications are Copyright 2019-2020 Huawei Technologies Co., Ltd. +---------------------------------------------------------------------------------------- +1. attr_value.proto master +Copyright 2015 The TensorFlow Authors. All Rights Reserved. + +2. function.proto master +Copyright 2015 The TensorFlow Authors. All Rights Reserved. + +3. graph.proto master +Copyright 2015 The TensorFlow Authors. All Rights Reserved. + +4. node_def.proto master +Copyright 2015 The TensorFlow Authors. All Rights Reserved. + +5. op_def.proto master +Copyright 2015 The TensorFlow Authors. All Rights Reserved. + +6. resource_handle.proto master +Copyright 2015 The TensorFlow Authors. All Rights Reserved. + +7. tensor.proto master +Copyright 2015 The TensorFlow Authors. All Rights Reserved. + +8. tensor_shape.proto master +Copyright 2015 The TensorFlow Authors. All Rights Reserved. + +9. types.proto master +Copyright 2015 The TensorFlow Authors. All Rights Reserved. + +10. versions.proto master +Copyright 2015 The TensorFlow Authors. All Rights Reserved. + +Terms of the Apache-2.0 License: +Please see above. diff --git a/ge/common/proto/tensorflow/attr_value.proto b/ge/common/proto/tensorflow/attr_value.proto index 1cc67d62..438d7163 100644 --- a/ge/common/proto/tensorflow/attr_value.proto +++ b/ge/common/proto/tensorflow/attr_value.proto @@ -1,3 +1,11 @@ +/** + * This file is part of Open Source Software TensorFlow, version 1.15.0 https://github.com/tensorflow/tensorflow + * + * This file is included by GraphEngine so as to support model format conversion from tensorflow model to GraphEngine model. + * This file in this distribution may have been modified by Huawei Technologies Co., Ltd ("Huawei Modifications"). + * All Huawei Modifications are Copyright 2019-2020 Huawei Technologies Co., Ltd. + */ + syntax = "proto3"; package domi.tensorflow; diff --git a/ge/common/proto/tensorflow/function.proto b/ge/common/proto/tensorflow/function.proto index 075897c6..44681e32 100644 --- a/ge/common/proto/tensorflow/function.proto +++ b/ge/common/proto/tensorflow/function.proto @@ -1,3 +1,11 @@ +/** + * This file is part of Open Source Software TensorFlow, version 1.15.0 https://github.com/tensorflow/tensorflow + * + * This file is included by GraphEngine so as to support model format conversion from tensorflow model to GraphEngine model. + * This file in this distribution may have been modified by Huawei Technologies Co., Ltd ("Huawei Modifications"). + * All Huawei Modifications are Copyright 2019-2020 Huawei Technologies Co., Ltd. + */ + syntax = "proto3"; package domi.tensorflow; diff --git a/ge/common/proto/tensorflow/graph.proto b/ge/common/proto/tensorflow/graph.proto index d639a7d6..73bfc6ee 100644 --- a/ge/common/proto/tensorflow/graph.proto +++ b/ge/common/proto/tensorflow/graph.proto @@ -1,3 +1,11 @@ +/** + * This file is part of Open Source Software TensorFlow, version 1.15.0 https://github.com/tensorflow/tensorflow + * + * This file is included by GraphEngine so as to support model format conversion from tensorflow model to GraphEngine model. + * This file in this distribution may have been modified by Huawei Technologies Co., Ltd ("Huawei Modifications"). + * All Huawei Modifications are Copyright 2019-2020 Huawei Technologies Co., Ltd. + */ + syntax = "proto3"; package domi.tensorflow; diff --git a/ge/common/proto/tensorflow/graph_library.proto b/ge/common/proto/tensorflow/graph_library.proto index e393d38d..7bca0838 100644 --- a/ge/common/proto/tensorflow/graph_library.proto +++ b/ge/common/proto/tensorflow/graph_library.proto @@ -1,3 +1,11 @@ +/** + * This file is part of Open Source Software TensorFlow, version 1.15.0 https://github.com/tensorflow/tensorflow + * + * This file is included by GraphEngine so as to support model format conversion from tensorflow model to GraphEngine model. + * This file in this distribution may have been modified by Huawei Technologies Co., Ltd ("Huawei Modifications"). + * All Huawei Modifications are Copyright 2019-2020 Huawei Technologies Co., Ltd. + */ + syntax = "proto3"; package domi.tensorflow; diff --git a/ge/common/proto/tensorflow/node_def.proto b/ge/common/proto/tensorflow/node_def.proto index b9bc97ee..50cf5cac 100644 --- a/ge/common/proto/tensorflow/node_def.proto +++ b/ge/common/proto/tensorflow/node_def.proto @@ -1,3 +1,11 @@ +/** + * This file is part of Open Source Software TensorFlow, version 1.15.0 https://github.com/tensorflow/tensorflow + * + * This file is included by GraphEngine so as to support model format conversion from tensorflow model to GraphEngine model. + * This file in this distribution may have been modified by Huawei Technologies Co., Ltd ("Huawei Modifications"). + * All Huawei Modifications are Copyright 2019-2020 Huawei Technologies Co., Ltd. + */ + syntax = "proto3"; package domi.tensorflow; diff --git a/ge/common/proto/tensorflow/op_def.proto b/ge/common/proto/tensorflow/op_def.proto index 3485d045..7f0e8ce2 100644 --- a/ge/common/proto/tensorflow/op_def.proto +++ b/ge/common/proto/tensorflow/op_def.proto @@ -1,3 +1,11 @@ +/** + * This file is part of Open Source Software TensorFlow, version 1.15.0 https://github.com/tensorflow/tensorflow + * + * This file is included by GraphEngine so as to support model format conversion from tensorflow model to GraphEngine model. + * This file in this distribution may have been modified by Huawei Technologies Co., Ltd ("Huawei Modifications"). + * All Huawei Modifications are Copyright 2019-2020 Huawei Technologies Co., Ltd. + */ + syntax = "proto3"; package domi.tensorflow; diff --git a/ge/common/proto/tensorflow/resource_handle.proto b/ge/common/proto/tensorflow/resource_handle.proto index a3452351..91c46c9a 100644 --- a/ge/common/proto/tensorflow/resource_handle.proto +++ b/ge/common/proto/tensorflow/resource_handle.proto @@ -1,3 +1,11 @@ +/** + * This file is part of Open Source Software TensorFlow, version 1.15.0 https://github.com/tensorflow/tensorflow + * + * This file is included by GraphEngine so as to support model format conversion from tensorflow model to GraphEngine model. + * This file in this distribution may have been modified by Huawei Technologies Co., Ltd ("Huawei Modifications"). + * All Huawei Modifications are Copyright 2019-2020 Huawei Technologies Co., Ltd. + */ + syntax = "proto3"; package domi.tensorflow; diff --git a/ge/common/proto/tensorflow/tensor.proto b/ge/common/proto/tensorflow/tensor.proto index d0a4d024..48eeb6c4 100644 --- a/ge/common/proto/tensorflow/tensor.proto +++ b/ge/common/proto/tensorflow/tensor.proto @@ -1,3 +1,11 @@ +/** + * This file is part of Open Source Software TensorFlow, version 1.15.0 https://github.com/tensorflow/tensorflow + * + * This file is included by GraphEngine so as to support model format conversion from tensorflow model to GraphEngine model. + * This file in this distribution may have been modified by Huawei Technologies Co., Ltd ("Huawei Modifications"). + * All Huawei Modifications are Copyright 2019-2020 Huawei Technologies Co., Ltd. + */ + syntax = "proto3"; package domi.tensorflow; diff --git a/ge/common/proto/tensorflow/tensor_shape.proto b/ge/common/proto/tensorflow/tensor_shape.proto index 4225a2e3..3a6d8c5a 100644 --- a/ge/common/proto/tensorflow/tensor_shape.proto +++ b/ge/common/proto/tensorflow/tensor_shape.proto @@ -1,3 +1,11 @@ +/** + * This file is part of Open Source Software TensorFlow, version 1.15.0 https://github.com/tensorflow/tensorflow + * + * This file is included by GraphEngine so as to support model format conversion from tensorflow model to GraphEngine model. + * This file in this distribution may have been modified by Huawei Technologies Co., Ltd ("Huawei Modifications"). + * All Huawei Modifications are Copyright 2019-2020 Huawei Technologies Co., Ltd. + */ + // Protocol buffer representing the shape of tensors. syntax = "proto3"; diff --git a/ge/common/proto/tensorflow/types.proto b/ge/common/proto/tensorflow/types.proto index ba7a72b3..f40e49cb 100644 --- a/ge/common/proto/tensorflow/types.proto +++ b/ge/common/proto/tensorflow/types.proto @@ -1,3 +1,11 @@ +/** + * This file is part of Open Source Software TensorFlow, version 1.15.0 https://github.com/tensorflow/tensorflow + * + * This file is included by GraphEngine so as to support model format conversion from tensorflow model to GraphEngine model. + * This file in this distribution may have been modified by Huawei Technologies Co., Ltd ("Huawei Modifications"). + * All Huawei Modifications are Copyright 2019-2020 Huawei Technologies Co., Ltd. + */ + syntax = "proto3"; package domi.tensorflow; diff --git a/ge/common/proto/tensorflow/versions.proto b/ge/common/proto/tensorflow/versions.proto index 48061218..4e81548f 100644 --- a/ge/common/proto/tensorflow/versions.proto +++ b/ge/common/proto/tensorflow/versions.proto @@ -1,3 +1,11 @@ +/** + * This file is part of Open Source Software TensorFlow, version 1.15.0 https://github.com/tensorflow/tensorflow + * + * This file is included by GraphEngine so as to support model format conversion from tensorflow model to GraphEngine model. + * This file in this distribution may have been modified by Huawei Technologies Co., Ltd ("Huawei Modifications"). + * All Huawei Modifications are Copyright 2019-2020 Huawei Technologies Co., Ltd. + */ + syntax = "proto3"; package domi.tensorflow; diff --git a/ge/proto/caffe/caffe.proto b/ge/proto/caffe/caffe.proto index 3f45aae2..20615fed 100644 --- a/ge/proto/caffe/caffe.proto +++ b/ge/proto/caffe/caffe.proto @@ -1,3 +1,11 @@ +/** + * This file is part of Open Source Software caffe, version 1.0 https://github.com/BVLC/caffe + * + * This file is included by GraphEngine so as to support model format conversion from caffe model to GraphEngine model. + * This file in this distribution may have been modified by Huawei Technologies Co., Ltd ("Huawei Modifications"). + * All Huawei Modifications are Copyright 2019-2020 Huawei Technologies Co., Ltd. + */ + syntax = "proto2"; package domi.caffe; diff --git a/ge/proto/tensorflow/attr_value.proto b/ge/proto/tensorflow/attr_value.proto index 1cc67d62..438d7163 100644 --- a/ge/proto/tensorflow/attr_value.proto +++ b/ge/proto/tensorflow/attr_value.proto @@ -1,3 +1,11 @@ +/** + * This file is part of Open Source Software TensorFlow, version 1.15.0 https://github.com/tensorflow/tensorflow + * + * This file is included by GraphEngine so as to support model format conversion from tensorflow model to GraphEngine model. + * This file in this distribution may have been modified by Huawei Technologies Co., Ltd ("Huawei Modifications"). + * All Huawei Modifications are Copyright 2019-2020 Huawei Technologies Co., Ltd. + */ + syntax = "proto3"; package domi.tensorflow; diff --git a/ge/proto/tensorflow/function.proto b/ge/proto/tensorflow/function.proto index 075897c6..44681e32 100644 --- a/ge/proto/tensorflow/function.proto +++ b/ge/proto/tensorflow/function.proto @@ -1,3 +1,11 @@ +/** + * This file is part of Open Source Software TensorFlow, version 1.15.0 https://github.com/tensorflow/tensorflow + * + * This file is included by GraphEngine so as to support model format conversion from tensorflow model to GraphEngine model. + * This file in this distribution may have been modified by Huawei Technologies Co., Ltd ("Huawei Modifications"). + * All Huawei Modifications are Copyright 2019-2020 Huawei Technologies Co., Ltd. + */ + syntax = "proto3"; package domi.tensorflow; diff --git a/ge/proto/tensorflow/graph.proto b/ge/proto/tensorflow/graph.proto index d639a7d6..73bfc6ee 100644 --- a/ge/proto/tensorflow/graph.proto +++ b/ge/proto/tensorflow/graph.proto @@ -1,3 +1,11 @@ +/** + * This file is part of Open Source Software TensorFlow, version 1.15.0 https://github.com/tensorflow/tensorflow + * + * This file is included by GraphEngine so as to support model format conversion from tensorflow model to GraphEngine model. + * This file in this distribution may have been modified by Huawei Technologies Co., Ltd ("Huawei Modifications"). + * All Huawei Modifications are Copyright 2019-2020 Huawei Technologies Co., Ltd. + */ + syntax = "proto3"; package domi.tensorflow; diff --git a/ge/proto/tensorflow/graph_library.proto b/ge/proto/tensorflow/graph_library.proto index e393d38d..7bca0838 100644 --- a/ge/proto/tensorflow/graph_library.proto +++ b/ge/proto/tensorflow/graph_library.proto @@ -1,3 +1,11 @@ +/** + * This file is part of Open Source Software TensorFlow, version 1.15.0 https://github.com/tensorflow/tensorflow + * + * This file is included by GraphEngine so as to support model format conversion from tensorflow model to GraphEngine model. + * This file in this distribution may have been modified by Huawei Technologies Co., Ltd ("Huawei Modifications"). + * All Huawei Modifications are Copyright 2019-2020 Huawei Technologies Co., Ltd. + */ + syntax = "proto3"; package domi.tensorflow; diff --git a/ge/proto/tensorflow/node_def.proto b/ge/proto/tensorflow/node_def.proto index b9bc97ee..50cf5cac 100644 --- a/ge/proto/tensorflow/node_def.proto +++ b/ge/proto/tensorflow/node_def.proto @@ -1,3 +1,11 @@ +/** + * This file is part of Open Source Software TensorFlow, version 1.15.0 https://github.com/tensorflow/tensorflow + * + * This file is included by GraphEngine so as to support model format conversion from tensorflow model to GraphEngine model. + * This file in this distribution may have been modified by Huawei Technologies Co., Ltd ("Huawei Modifications"). + * All Huawei Modifications are Copyright 2019-2020 Huawei Technologies Co., Ltd. + */ + syntax = "proto3"; package domi.tensorflow; diff --git a/ge/proto/tensorflow/op_def.proto b/ge/proto/tensorflow/op_def.proto index 3485d045..7f0e8ce2 100644 --- a/ge/proto/tensorflow/op_def.proto +++ b/ge/proto/tensorflow/op_def.proto @@ -1,3 +1,11 @@ +/** + * This file is part of Open Source Software TensorFlow, version 1.15.0 https://github.com/tensorflow/tensorflow + * + * This file is included by GraphEngine so as to support model format conversion from tensorflow model to GraphEngine model. + * This file in this distribution may have been modified by Huawei Technologies Co., Ltd ("Huawei Modifications"). + * All Huawei Modifications are Copyright 2019-2020 Huawei Technologies Co., Ltd. + */ + syntax = "proto3"; package domi.tensorflow; diff --git a/ge/proto/tensorflow/resource_handle.proto b/ge/proto/tensorflow/resource_handle.proto index a3452351..91c46c9a 100644 --- a/ge/proto/tensorflow/resource_handle.proto +++ b/ge/proto/tensorflow/resource_handle.proto @@ -1,3 +1,11 @@ +/** + * This file is part of Open Source Software TensorFlow, version 1.15.0 https://github.com/tensorflow/tensorflow + * + * This file is included by GraphEngine so as to support model format conversion from tensorflow model to GraphEngine model. + * This file in this distribution may have been modified by Huawei Technologies Co., Ltd ("Huawei Modifications"). + * All Huawei Modifications are Copyright 2019-2020 Huawei Technologies Co., Ltd. + */ + syntax = "proto3"; package domi.tensorflow; diff --git a/ge/proto/tensorflow/tensor.proto b/ge/proto/tensorflow/tensor.proto index d0a4d024..48eeb6c4 100644 --- a/ge/proto/tensorflow/tensor.proto +++ b/ge/proto/tensorflow/tensor.proto @@ -1,3 +1,11 @@ +/** + * This file is part of Open Source Software TensorFlow, version 1.15.0 https://github.com/tensorflow/tensorflow + * + * This file is included by GraphEngine so as to support model format conversion from tensorflow model to GraphEngine model. + * This file in this distribution may have been modified by Huawei Technologies Co., Ltd ("Huawei Modifications"). + * All Huawei Modifications are Copyright 2019-2020 Huawei Technologies Co., Ltd. + */ + syntax = "proto3"; package domi.tensorflow; diff --git a/ge/proto/tensorflow/tensor_shape.proto b/ge/proto/tensorflow/tensor_shape.proto index 4225a2e3..3a6d8c5a 100644 --- a/ge/proto/tensorflow/tensor_shape.proto +++ b/ge/proto/tensorflow/tensor_shape.proto @@ -1,3 +1,11 @@ +/** + * This file is part of Open Source Software TensorFlow, version 1.15.0 https://github.com/tensorflow/tensorflow + * + * This file is included by GraphEngine so as to support model format conversion from tensorflow model to GraphEngine model. + * This file in this distribution may have been modified by Huawei Technologies Co., Ltd ("Huawei Modifications"). + * All Huawei Modifications are Copyright 2019-2020 Huawei Technologies Co., Ltd. + */ + // Protocol buffer representing the shape of tensors. syntax = "proto3"; diff --git a/ge/proto/tensorflow/types.proto b/ge/proto/tensorflow/types.proto index ba7a72b3..f40e49cb 100644 --- a/ge/proto/tensorflow/types.proto +++ b/ge/proto/tensorflow/types.proto @@ -1,3 +1,11 @@ +/** + * This file is part of Open Source Software TensorFlow, version 1.15.0 https://github.com/tensorflow/tensorflow + * + * This file is included by GraphEngine so as to support model format conversion from tensorflow model to GraphEngine model. + * This file in this distribution may have been modified by Huawei Technologies Co., Ltd ("Huawei Modifications"). + * All Huawei Modifications are Copyright 2019-2020 Huawei Technologies Co., Ltd. + */ + syntax = "proto3"; package domi.tensorflow; diff --git a/ge/proto/tensorflow/versions.proto b/ge/proto/tensorflow/versions.proto index 48061218..4e81548f 100644 --- a/ge/proto/tensorflow/versions.proto +++ b/ge/proto/tensorflow/versions.proto @@ -1,3 +1,11 @@ +/** + * This file is part of Open Source Software TensorFlow, version 1.15.0 https://github.com/tensorflow/tensorflow + * + * This file is included by GraphEngine so as to support model format conversion from tensorflow model to GraphEngine model. + * This file in this distribution may have been modified by Huawei Technologies Co., Ltd ("Huawei Modifications"). + * All Huawei Modifications are Copyright 2019-2020 Huawei Technologies Co., Ltd. + */ + syntax = "proto3"; package domi.tensorflow;