Lines Matching refs:ONNX

6 Author: ONNX
23 [Open Neural Network Exchange (ONNX)](https://onnx.ai) is an open ecosystem that empowers AI develo…
24 to choose the right tools as their project evolves. ONNX provides an open source format for AI mode…
27 ONNX is [widely supported](http://onnx.ai/supported-tools) and can be found in many frameworks, too…
29 # Use ONNX
30 * [Tutorials for creating ONNX models](https://github.com/onnx/tutorials).
31 * [Pre-trained ONNX models](https://github.com/onnx/models)
33 # Learn about the ONNX spec
35 * [ONNX intermediate representation spec][ir]
40 # Programming utilities for working with ONNX Graphs
46 ONNX is a [community project][community]. We encourage you to join the effort and contribute feedba…
50 If you think some operator should be added to ONNX specification, please read
57 Stay up to date with the latest ONNX news. [[Facebook](https://www.facebook.com/onnxai/)] [[Twitter…
67 ONNX released packages are published in PyPi.
77 A binary build of ONNX is available from [Conda](https://conda.io), in [conda-forge](https://conda-…
86 ## Build ONNX from Source
88ONNX from source, it is recommended that you also build Protobuf locally as a static library. Spec…
90 … cmake (e.g., cmake -G "Visual Studio 16 2019") consistent while building protobuf as well as ONNX.
142 ### Build ONNX on ARM 64
143 If you are building ONNX on an ARM 64 device, please make sure to install the dependencies appropri…
187 * Building ONNX on Ubuntu works well, but on CentOS/RHEL and other ManyLinux systems, you might nee…
191 ONNX uses [pytest](https://docs.pytest.org) as test driver. In order to run tests, you will first n…
213 [ONNX Open Source Code of Conduct](https://onnx.ai/codeofconduct.html)