onnxruntime 0.6.3 → 0.6.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/onnxruntime/version.rb +1 -1
- data/vendor/ThirdPartyNotices.txt +62 -0
- data/vendor/libonnxruntime.dylib +0 -0
- data/vendor/libonnxruntime.so +0 -0
- data/vendor/onnxruntime.dll +0 -0
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1bac0cf274d3b553fa451b1a2a3f6ad38266c69eb44f836f832889945b2704e1
|
|
4
|
+
data.tar.gz: ca9e4c8db2a8319cd07d13d2ee004ecf24eaa0193319251331fc0c1af80337d3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f9a624c11d17a10750689f9edfa88023450ba48322b6639300829b7cdb9ad4834176820cacf0bb22c6b74bedd7505fbd708310d8bedf54c5d9778c21778f1c75
|
|
7
|
+
data.tar.gz: d7310e147eeb0bdda3c9103583b43050b3497419acaa0a1433c1894af0a436b4db9995fc144e969b522b9e5c425184d16dc1ccd593de5ca3909aa93c3cad7027
|
data/CHANGELOG.md
CHANGED
data/lib/onnxruntime/version.rb
CHANGED
|
@@ -4713,3 +4713,65 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
4713
4713
|
SOFTWARE.
|
|
4714
4714
|
|
|
4715
4715
|
_____
|
|
4716
|
+
|
|
4717
|
+
pytorch/cpuinfo
|
|
4718
|
+
|
|
4719
|
+
BSD 2-Clause "Simplified" License
|
|
4720
|
+
|
|
4721
|
+
https://github.com/pytorch/cpuinfo
|
|
4722
|
+
|
|
4723
|
+
Copyright (c) 2019 Google LLC
|
|
4724
|
+
Copyright (c) 2017-2018 Facebook Inc.
|
|
4725
|
+
Copyright (C) 2012-2017 Georgia Institute of Technology
|
|
4726
|
+
Copyright (C) 2010-2012 Marat Dukhan
|
|
4727
|
+
|
|
4728
|
+
All rights reserved.
|
|
4729
|
+
|
|
4730
|
+
Redistribution and use in source and binary forms, with or without
|
|
4731
|
+
modification, are permitted provided that the following conditions are met:
|
|
4732
|
+
|
|
4733
|
+
* Redistributions of source code must retain the above copyright notice, this
|
|
4734
|
+
list of conditions and the following disclaimer.
|
|
4735
|
+
|
|
4736
|
+
* Redistributions in binary form must reproduce the above copyright notice,
|
|
4737
|
+
this list of conditions and the following disclaimer in the documentation
|
|
4738
|
+
and/or other materials provided with the distribution.
|
|
4739
|
+
|
|
4740
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
4741
|
+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
4742
|
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
4743
|
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
|
4744
|
+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
4745
|
+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
4746
|
+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
4747
|
+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
4748
|
+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
4749
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
4750
|
+
|
|
4751
|
+
_____
|
|
4752
|
+
|
|
4753
|
+
SQLite Is Public Domain
|
|
4754
|
+
|
|
4755
|
+
All of the code and documentation in SQLite has been dedicated to the public
|
|
4756
|
+
domain by the authors. All code authors, and representatives of the companies
|
|
4757
|
+
they work for, have signed affidavits dedicating their contributions to the
|
|
4758
|
+
public domain and originals of those signed affidavits are stored in a firesafe
|
|
4759
|
+
at the main offices of Hwaci. Anyone is free to copy, modify, publish, use,
|
|
4760
|
+
compile, sell, or distribute the original SQLite code, either in source code
|
|
4761
|
+
form or as a compiled binary, for any purpose, commercial or non-commercial,
|
|
4762
|
+
and by any means.
|
|
4763
|
+
|
|
4764
|
+
The previous paragraph applies to the deliverable code and documentation in
|
|
4765
|
+
SQLite - those parts of the SQLite library that you actually bundle and ship
|
|
4766
|
+
with a larger application. Some scripts used as part of the build process (for
|
|
4767
|
+
example the "configure" scripts generated by autoconf) might fall under other
|
|
4768
|
+
open-source licenses. Nothing from these build scripts ever reaches the final
|
|
4769
|
+
deliverable SQLite library, however, and so the licenses associated with those
|
|
4770
|
+
scripts should not be a factor in assessing your rights to copy and use the
|
|
4771
|
+
SQLite library.
|
|
4772
|
+
|
|
4773
|
+
All of the deliverable code in SQLite has been written from scratch. No code
|
|
4774
|
+
has been taken from other projects or from the open internet. Every line of
|
|
4775
|
+
code can be traced back to its original author, and all of those authors have
|
|
4776
|
+
public domain dedications on file. So the SQLite code base is clean and is
|
|
4777
|
+
uncontaminated with licensed code from other projects.
|
data/vendor/libonnxruntime.dylib
CHANGED
|
Binary file
|
data/vendor/libonnxruntime.so
CHANGED
|
Binary file
|
data/vendor/onnxruntime.dll
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: onnxruntime
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.
|
|
4
|
+
version: 0.6.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Andrew Kane
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-09-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: ffi
|
|
@@ -64,7 +64,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
64
64
|
- !ruby/object:Gem::Version
|
|
65
65
|
version: '0'
|
|
66
66
|
requirements: []
|
|
67
|
-
rubygems_version: 3.2.
|
|
67
|
+
rubygems_version: 3.2.22
|
|
68
68
|
signing_key:
|
|
69
69
|
specification_version: 4
|
|
70
70
|
summary: High performance scoring engine for ML models
|