mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
Third party attribution updates (#398)
* Update ThirdPartyNotices.txt * Update murmur_hash3.cc * Update normalizer_test.cc * Update simple_thread_pool.h * Update simple_thread_pool.h * Update ThirdPartyNotices.txt
This commit is contained in:
parent
8f215b44e0
commit
b194d79dfb
4 changed files with 118 additions and 9 deletions
|
|
@ -25,7 +25,7 @@ Intel Simplified Software License (Version April 2018)
|
|||
|
||||
Copyright (c) 2018 Intel Corporation.
|
||||
|
||||
Use and Redistribution. You may use and redistribute the software (the “Software”), without modification,
|
||||
Use and Redistribution. You may use and redistribute the software (the “Software”), without modification,
|
||||
provided the following conditions are met:
|
||||
|
||||
* Redistributions must reproduce the above copyright notice and the following terms of use in the Software
|
||||
|
|
@ -37,11 +37,11 @@ derived from this Software without specific prior written permission.
|
|||
* No reverse engineering, decompilation, or disassembly of this Software is permitted.
|
||||
|
||||
Limited patent license. Intel grants you a world-wide, royalty-free, non-exclusive license under patents it now
|
||||
or hereafter owns or controls to make, have made, use, import, offer to sell and sell (“Utilize”) this Software,
|
||||
or hereafter owns or controls to make, have made, use, import, offer to sell and sell (“Utilize”) this Software,
|
||||
but solely to the extent that any such patent is necessary to Utilize the Software alone. The patent license
|
||||
shall not apply to any combinations which include this software. No hardware per se is licensed hereunder.
|
||||
|
||||
Third party and other Intel programs. “Third Party Programs” are the files listed in the “third-party-programs.txt”
|
||||
Third party and other Intel programs. “Third Party Programs” are the files listed in the “third-party-programs.txt”
|
||||
text file that is included with the Software and may include Intel programs under separate license terms.
|
||||
Third Party Programs, even if included with the distribution of the Materials, are governed by
|
||||
separate license terms and those license terms solely govern your use of those programs.
|
||||
|
|
@ -51,7 +51,7 @@ INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNES
|
|||
FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT ARE DISCLAIMED. THIS SOFTWARE IS
|
||||
NOT INTENDED FOR USE IN SYSTEMS OR APPLICATIONS WHERE FAILURE OF THE SOFTWARE
|
||||
MAY CAUSE PERSONAL INJURY OR DEATH AND YOU AGREE THAT YOU ARE FULLY RESPONSIBLE FOR ANY
|
||||
CLAIMS, COSTS, DAMAGES, EXPENSES, AND ATTORNEYS’ FEES ARISING OUT OF ANY SUCH USE,
|
||||
CLAIMS, COSTS, DAMAGES, EXPENSES, AND ATTORNEYS’ FEES ARISING OUT OF ANY SUCH USE,
|
||||
EVEN IF ANY CLAIM ALLEGES THAT INTEL WAS NEGLIGENT REGARDING THE DESIGN OR MANUFACTURE OF
|
||||
THE MATERIALS.
|
||||
|
||||
|
|
@ -71,7 +71,7 @@ Termination. Intel may terminate your right to use the Software in the event of
|
|||
and you fail to cure the breach within a reasonable period of time.
|
||||
|
||||
Feedback. Should you provide Intel with comments, modifications, corrections, enhancements or other input
|
||||
(“Feedback”) related to the Software Intel will be free to use, disclose, reproduce, license or otherwise
|
||||
(“Feedback”) related to the Software Intel will be free to use, disclose, reproduce, license or otherwise
|
||||
distribute or exploit the Feedback in its sole discretion without any obligations or restrictions of any kind,
|
||||
including without limitation, intellectual property rights or licensing obligations.
|
||||
|
||||
|
|
@ -259,8 +259,10 @@ _____
|
|||
|
||||
eigen-git-mirror
|
||||
|
||||
MPL v2.0
|
||||
Mozilla Public License Version 2.0
|
||||
|
||||
|
||||
==================================
|
||||
|
||||
1. Definitions
|
||||
|
|
@ -1133,6 +1135,22 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
|
||||
_____
|
||||
|
||||
NumPy License
|
||||
|
||||
Copyright (c) 2005, NumPy Developers
|
||||
|
||||
All rights reserved.
|
||||
|
||||
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.
|
||||
Neither the name of the NumPy Developers nor the names of any contributors may be used to endorse or promote products derived from this software without specific prior written permission.
|
||||
|
||||
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 OWNER 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.
|
||||
|
||||
_____
|
||||
|
||||
Pytorch / Caffe2
|
||||
|
||||
From PyTorch:
|
||||
|
|
@ -1206,6 +1224,55 @@ POSSIBILITY OF SUCH DAMAGE.
|
|||
|
||||
_____
|
||||
|
||||
Caffe
|
||||
|
||||
COPYRIGHT
|
||||
|
||||
All contributions by the University of California:
|
||||
Copyright (c) 2014-2017 The Regents of the University of California (Regents)
|
||||
All rights reserved.
|
||||
|
||||
All other contributions:
|
||||
Copyright (c) 2014-2017, the respective contributors
|
||||
All rights reserved.
|
||||
|
||||
Caffe uses a shared copyright model: each contributor holds copyright over
|
||||
their contributions to Caffe. The project versioning records all such
|
||||
contribution and copyright details. If a contributor wants to further mark
|
||||
their specific copyright on a particular contribution, they should indicate
|
||||
their copyright solely in the commit message of the change when it is
|
||||
committed.
|
||||
|
||||
LICENSE
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are met:
|
||||
|
||||
1. Redistributions of source code must retain the above copyright notice, this
|
||||
list of conditions and the following disclaimer.
|
||||
2. 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 OWNER 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.
|
||||
|
||||
CONTRIBUTION AGREEMENT
|
||||
|
||||
By contributing to the BVLC/caffe repository through pull-request, comment,
|
||||
or otherwise, the contributor releases their content to the
|
||||
license and copyright terms herein.
|
||||
|
||||
_____
|
||||
|
||||
The LLVM Compiler Infrastructure
|
||||
|
||||
==============================================================================
|
||||
|
|
@ -1547,7 +1614,7 @@ Ray Glover <ray.glover@uk.ibm.com>
|
|||
Robert Guo <robert.guo@mongodb.com>
|
||||
Roman Lebedev <lebedev.ri@gmail.com>
|
||||
Shuo Chen <chenshuo@chenshuo.com>
|
||||
Tobias Ulvgård <tobias.ulvgard@dirac.se>
|
||||
Tobias Ulvgård <tobias.ulvgard@dirac.se>
|
||||
Tom Madams <tom.ej.madams@gmail.com> <tmadams@google.com>
|
||||
Yixuan Qiu <yixuanq@gmail.com>
|
||||
Yusuke Suzuki <utatane.tea@gmail.com>
|
||||
|
|
@ -2291,3 +2358,36 @@ OTHER DEALINGS IN THE SOFTWARE.
|
|||
|
||||
For more information, please refer to <http://unlicense.org/>
|
||||
_____
|
||||
|
||||
Scikit-learn
|
||||
|
||||
Copyright (c) 2007–2018 The scikit-learn developers.
|
||||
All rights reserved.
|
||||
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are met:
|
||||
|
||||
a. Redistributions of source code must retain the above copyright notice,
|
||||
this list of conditions and the following disclaimer.
|
||||
b. 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.
|
||||
c. Neither the name of the Scikit-learn Developers nor the names of
|
||||
its contributors may be used to endorse or promote products
|
||||
derived from this software without specific prior written
|
||||
permission.
|
||||
|
||||
|
||||
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 REGENTS 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.
|
||||
|
||||
|
|
|
|||
|
|
@ -2,9 +2,12 @@
|
|||
// MurmurHash3 was written by Austin Appleby, and is placed in the public
|
||||
// domain. The author hereby disclaims copyright to this source code.
|
||||
|
||||
// License from https://github.com/scikit-learn/scikit-learn/blob/master/COPYING
|
||||
//scikit-learn is a Python module for machine learning built on top of SciPy and
|
||||
//distributed under the 3-Clause BSD license. See https://github.com/scikit-learn/scikit-learn.
|
||||
//This material is licensed under the BSD License (see https://github.com/scikit-learn/scikit-learn/blob/master/COPYING);
|
||||
/* Modifications Copyright (c) Microsoft. */
|
||||
|
||||
|
||||
#include "contrib_ops/cpu/murmur_hash3.h"
|
||||
|
||||
// Platform-specific functions and macros
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
// This file is part of Eigen, a lightweight C++ template library
|
||||
// for linear algebra.
|
||||
// Eigen is "a C++ template library for linear algebra:
|
||||
//matrices, vectors, numerical solvers, and related algorithms."
|
||||
//See http://eigen.tuxfamily.org/index.php?title=Main_Page.
|
||||
//This material is licensed under the MPL v2.0.
|
||||
//
|
||||
// Copyright (C) 2014 Benoit Steiner <benoit.steiner.goog@gmail.com>
|
||||
//
|
||||
|
|
|
|||
|
|
@ -39,6 +39,10 @@ static void RunTests(const vector<T>& input,
|
|||
Test values from this script, which is based on functions in
|
||||
https://github.com/scikit-learn/scikit-learn/blob/master/sklearn/preprocessing/data.py
|
||||
|
||||
scikit-learn is a Python module for machine learning built on top of SciPy and
|
||||
distributed under the 3-Clause BSD license. See https://github.com/scikit-learn/scikit-learn.
|
||||
This material is licensed under the BSD License (see https://github.com/scikit-learn/scikit-learn/blob/master/COPYING);
|
||||
|
||||
import numpy as np
|
||||
|
||||
def _handle_zeros_in_scale(scale):
|
||||
|
|
|
|||
Loading…
Reference in a new issue