-
Notifications
You must be signed in to change notification settings - Fork 23
/
prev_tools.php
66 lines (61 loc) · 2.75 KB
/
prev_tools.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<?php
$static_title = 'Khronos OpenVX Registry';
include_once("../../assets/static_pages/khr_page_top.php");
?>
<h3>Doxygen-generated OpenVX API Specifications</h3>
<h4>Base specification</h4>
<ul>
<li> OpenVX 1.2 Specification (<a href="specs/1.2/html/index.html">HTML</a>,
<a href="specs/1.2/OpenVX_Specification_1_2.pdf">PDF</a>)
(updated October 11, 2017).</li>
</ul>
<h4>Khronos extensions</h4>
<ul>
<li>OpenVX 1.2 Neural Network extension
(<a href="extensions/vx_khr_nn/1.2/html/index.html">HTML</a>,
<a href="extensions/vx_khr_nn/1.2/OpenVX_NN_Extension_1_2.pdf">PDF</a>)
(updated November 8, 2017).</li>
<li>OpenVX 1.1 Export and Import extension
(<a href="extensions/vx_khr_ix/1.1/html/index.html">HTML</a>,
<a href="extensions/vx_khr_ix/1.1/OpenVX_Export_and_Import_Extension_1_1.pdf">PDF</a>)
(updated April 28, 2017).</li>
</ul>
<h4>Provisional extensions</h4>
<ul>
<li>OpenVX 1.2 Classifier extension
(<a href="extensions/vx_khr_class/1.2/html/index.html">HTML</a>,
<a href="extensions/vx_khr_class/1.2/OpenVX_Classifier_Extension_1_2.pdf">PDF</a>)
(updated July 10, 2017).</li>
<li>OpenVX 1.0 Export and Import extension
(<a href="extensions/vx_khr_ix/1.0/html/index.html">HTML</a>,
<a href="extensions/vx_khr_ix/1.0/OpenVX_Export_and_Import_Extension_1_0.pdf">PDF</a>)
(updated April 28, 2017).</li>
<li>OpenVX 1.0 ICD extension
(<a href="extensions/vx_khr_icd/1.0/html/index.html">HTML</a>,
<a href="extensions/vx_khr_icd/1.0/OpenVX_ICD_Extension_1_0.pdf">PDF</a>)
(updated September, 2016).</li>
<li>OpenVX 1.1/1.2 Pipelining, streaming,and batch processing extension
(<a href="extensions/vx_khr_pipelining/1.0/html/index.html">HTML</a>,
<a href="extensions/vx_khr_pipelining/1.0/OpenVX_Graph_Pipelining_Streaming_and_Batch_Processing_Extension_1_0.pdf">PDF</a>)
(updated December 11, 2017).</li>
<li>OpenVX 1.1 S16 extension
(<a href="extensions/vx_khr_s16/1.1/html/index.html">HTML</a>,
<a href="extensions/vx_khr_s16/1.1/OpenVX_S16_Extension_1.1.pdf">PDF</a>)
(updated December 19, 2016).</li>
<li>OpenVX 1.0 Tiling extension
(<a href="extensions/vx_khr_tiling/1.0/html/index.html">HTML</a>,
<a href="extensions/vx_khr_tiling/1.0/OpenVX_Tiling_Extension_1_0.pdf">PDF</a>)
(updated January, 2015).</li>
<li>OpenVX 1.0 XML schema extension
(<a href="extensions/vx_khr_xml/1.0/html/index.html">HTML</a>,
<a href="extensions/vx_khr_xml/1.0/OpenVX_XML_Schema_Extension_1_0.pdf">PDF</a>)
(updated February 4, 2015).
<ul>
<li>The XML extension incorporates the
<a href="schema/openvx-1-0.xsd">OpenVX XML Schema</a> document.
</ul>
</li>
</ul>
<?php include_once("../../assets/static_pages/khr_page_bottom.php"); ?>
</body>
</html>