You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: about.html
+81-92Lines changed: 81 additions & 92 deletions
Original file line number
Diff line number
Diff line change
@@ -22,116 +22,105 @@
22
22
<!-- Partial header.html End-->
23
23
<divclass="main-wrapper">
24
24
<divclass="top-banner-bg"></div>
25
-
<divid="skipMain" role="main" tabindex="-1">
26
-
<sectionclass="blue-page-title-bar py-3 pb-3">
27
-
<divclass="outer-container mx-auto">
28
-
<divclass="container-fluid">
29
-
<divclass="row">
30
-
<divclass="col-12">
31
-
<h1class="text-uppercase">About</h1>
32
-
</div>
25
+
<divid="skipMain" role="main" tabindex="-1">
26
+
<sectionclass="blue-page-title-bar py-3 pb-3">
27
+
<divclass="outer-container mx-auto">
28
+
<divclass="container-fluid">
29
+
<divclass="row">
30
+
<divclass="col-12">
31
+
<h1class="text-uppercase">About</h1>
33
32
</div>
34
33
</div>
35
34
</div>
36
-
</section>
37
-
<divclass="outer-container mx-auto py-md-5 py-4">
38
-
39
-
<sectionclass="blue-title-columns pb-md-5 pb-4">
40
-
<divclass="container-fluid">
41
-
<divclass="row">
42
-
<divclass="col-12 col-md-9">
43
-
44
-
<pclass="mb-2">
45
-
We believe there is a need for greater interoperability in the AI tools community. Many people are working on great tools, but developers are often locked in to one framework or ecosystem. ONNX is the first step in enabling more of these tools to work together by allowing them to share models.
46
-
</p>
47
-
<pclass="mb-0">
48
-
Our goal is to make it possible for developers to use the right combinations of tools for their project. We want everyone to be able to take AI from research to reality as quickly as possible without artificial friction from toolchains. We hope you'll join us in this mission!
<imgsrc="./images/icon/icon-ONNX-logo.svg" alt="ONNX Logo Icon" class="img-fluid img-about-onnx">
54
-
</div>
35
+
</div>
36
+
</section>
37
+
<divclass="outer-container mx-auto py-md-5 py-4">
38
+
<sectionclass="blue-title-columns pb-md-5 pb-4">
39
+
<divclass="container-fluid">
40
+
<divclass="row">
41
+
<divclass="col-12 col-md-9">
42
+
<pclass="mb-2">
43
+
We believe there is a need for greater interoperability in the AI tools community. Many people are working on great tools, but developers are often locked in to one framework or ecosystem. ONNX is the first step in enabling more of these tools to work together by allowing them to share models.
44
+
</p>
45
+
<pclass="mb-0">
46
+
Our goal is to make it possible for developers to use the right combinations of tools for their project. We want everyone to be able to take AI from research to reality as quickly as possible without artificial friction from toolchains. We hope you'll join us in this mission!
ONNX is a community project. We encourage you to join the effort and contribute feedback, ideas and code.
69
-
</p>
70
-
<p>For more information, check out our <ahref="https://github.com/onnx/onnx/blob/main/CONTRIBUTING.md#development" target="_blank" class="link">contribution guide</a>, or join a <atarget="_blank" href="https://github.com/onnx/onnx/blob/main/community/sigs.md#sigs---special-interest-groups" class="link">Special
71
-
Interest Group</a> (SIG) or <ahref="https://github.com/onnx/onnx/blob/main/community/working-groups.md#working-groups" target="_blank" class="link">Working Group</a> today.</p>
ONNX is a community project. We encourage you to join the effort and contribute feedback, ideas and code.
66
+
</p>
67
+
<p>For more information, check out our <ahref="https://github.com/onnx/onnx/blob/main/CONTRIBUTING.md#development" target="_blank" class="link">contribution guide</a>, or join a <atarget="_blank" href="https://github.com/onnx/onnx/blob/main/community/sigs.md#sigs---special-interest-groups" class="link">Special
68
+
Interest Group</a> (SIG) or <ahref="https://github.com/onnx/onnx/blob/main/community/working-groups.md#working-groups" target="_blank" class="link">Working Group</a> today.</p>
73
69
</div>
74
-
75
70
</div>
76
-
</section>
77
-
<hrclass="border-top my-0 mx-15"/>
78
-
<sectionclass="py-md-5 py-4 bg-lightgray">
79
-
<divclass="outer-container mx-auto">
80
-
<divclass="container-fluid blue-title-columns">
81
-
<divclass="row mb-4">
82
-
<divclass="col-12">
83
-
<h2class="text-center">Partners</h2>
84
-
<pclass="text-center">ONNX is supported by a community of partners</p>
85
-
86
-
</div>
71
+
</div>
72
+
</section>
73
+
<hrclass="border-top my-0 mx-15" />
74
+
<sectionclass="py-md-5 py-4 bg-lightgray">
75
+
<divclass="outer-container mx-auto">
76
+
<divclass="container-fluid blue-title-columns">
77
+
<divclass="row mb-4">
78
+
<divclass="col-12">
79
+
<h2class="text-center">Partners</h2>
80
+
<pclass="text-center">ONNX is supported by a community of partners</p>
ONNX provides a definition of an extensible computation graph model, as well as definitions of built-in operators and standard data types.
105
-
</p>
106
-
<p>Each computation dataflow graph is structured as a list of nodes that form an acyclic graph. Nodes have one or more inputs and one or more outputs. Each node is a call to an operator. The graph also has metadata to help document its purpose, author, etc.</p>
107
-
<p>
108
-
Operators are implemented externally to the graph, but the set of built-in operators are portable across frameworks. Every framework supporting ONNX will provide implementations of these operators on the applicable data types.
109
-
</p>
110
-
<pclass="mb-0"><strong>More details can be found on</strong><ahref="https://github.com/onnx/" class="link" target="_blank">GitHub</a>.</p>
ONNX provides a definition of an extensible computation graph model, as well as definitions of built-in operators and standard data types.
100
+
</p>
101
+
<p>Each computation dataflow graph is structured as a list of nodes that form an acyclic graph. Nodes have one or more inputs and one or more outputs. Each node is a call to an operator. The graph also has metadata to help document its purpose, author, etc.</p>
102
+
<p>
103
+
Operators are implemented externally to the graph, but the set of built-in operators are portable across frameworks. Every framework supporting ONNX will provide implementations of these operators on the applicable data types.
104
+
</p>
105
+
<pclass="mb-0"><strong>More details can be found on</strong><ahref="https://github.com/onnx/" class="link" target="_blank">GitHub</a>.</p>
113
106
</div>
114
-
115
107
</div>
116
-
</section>
117
-
118
-
</div>
108
+
</div>
109
+
</section>
119
110
</div>
120
-
121
-
<!-- Partial footer.html Start-->
122
-
<divw3-include-html="partials/footer.html"></div>
123
-
<!-- Partial footer.html End-->
124
-
125
-
<aid="back-to-top" href="#" class="btn btn-lg back-to-top" role="button" aria-label="Back to top"><span
126
-
class="fa fa-angle-up"></span></a>
127
-
111
+
</div>
112
+
<!-- Partial footer.html Start-->
113
+
<divw3-include-html="partials/footer.html"></div>
114
+
<!-- Partial footer.html End-->
115
+
<aid="back-to-top" href="#" class="btn btn-lg back-to-top" role="button" aria-label="Back to top"><spanclass="fa fa-angle-up"></span></a>
0 commit comments