File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4444 </ div > < div class ="wy-menu wy-menu-vertical " data-spy ="affix " role ="navigation " aria-label ="Navigation menu ">
4545 < p class ="caption " role ="heading "> < span class ="caption-text "> Getting started</ span > </ p >
4646< ul >
47- < li class ="toctree-l1 "> < a class ="reference internal " href ="../Setup/setup .html "> Installation and Setup</ a > </ li >
47+ < li class ="toctree-l1 "> < a class ="reference internal " href ="../Setup/install .html "> Installation and Setup</ a > </ li >
4848</ ul >
4949< p class ="caption " role ="heading "> < span class ="caption-text "> Usage</ span > </ p >
5050< ul >
Original file line number Diff line number Diff line change 4444 </ div > < div class ="wy-menu wy-menu-vertical " data-spy ="affix " role ="navigation " aria-label ="Navigation menu ">
4545 < p class ="caption " role ="heading "> < span class ="caption-text "> Getting started</ span > </ p >
4646< ul >
47- < li class ="toctree-l1 "> < a class ="reference internal " href ="../Setup/setup .html "> Installation and Setup</ a > </ li >
47+ < li class ="toctree-l1 "> < a class ="reference internal " href ="../Setup/install .html "> Installation and Setup</ a > </ li >
4848</ ul >
4949< p class ="caption " role ="heading "> < span class ="caption-text "> Usage</ span > </ p >
5050< ul >
Original file line number Diff line number Diff line change 4444 </ div > < div class ="wy-menu wy-menu-vertical " data-spy ="affix " role ="navigation " aria-label ="Navigation menu ">
4545 < p class ="caption " role ="heading "> < span class ="caption-text "> Getting started</ span > </ p >
4646< ul >
47- < li class ="toctree-l1 "> < a class ="reference internal " href ="../Setup/setup .html "> Installation and Setup</ a > </ li >
47+ < li class ="toctree-l1 "> < a class ="reference internal " href ="../Setup/install .html "> Installation and Setup</ a > </ li >
4848</ ul >
4949< p class ="caption " role ="heading "> < span class ="caption-text "> Usage</ span > </ p >
5050< ul >
Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 2020 < link rel ="index " title ="Index " href ="../genindex.html " />
2121 < link rel ="search " title ="Search " href ="../search.html " />
2222 < link rel ="next " title ="Networks " href ="../API/0_Networks.html " />
23- < link rel ="prev " title ="Installation and Setup " href ="../Setup/setup .html " />
23+ < link rel ="prev " title ="Installation and Setup " href ="../Setup/install .html " />
2424</ head >
2525
2626< body class ="wy-body-for-nav ">
4444 </ div > < div class ="wy-menu wy-menu-vertical " data-spy ="affix " role ="navigation " aria-label ="Navigation menu ">
4545 < p class ="caption " role ="heading "> < span class ="caption-text "> Getting started</ span > </ p >
4646< ul >
47- < li class ="toctree-l1 "> < a class ="reference internal " href ="../Setup/setup .html "> Installation and Setup</ a > </ li >
47+ < li class ="toctree-l1 "> < a class ="reference internal " href ="../Setup/install .html "> Installation and Setup</ a > </ li >
4848</ ul >
4949< p class ="caption " role ="heading "> < span class ="caption-text "> Usage</ span > </ p >
5050< ul class ="current ">
@@ -132,7 +132,7 @@ <h2>Supported layers<a class="headerlink" href="#supported-layers" title="Link t
132132 </ div >
133133 </ div >
134134 < footer > < div class ="rst-footer-buttons " role ="navigation " aria-label ="Footer ">
135- < a href ="../Setup/setup .html " class ="btn btn-neutral float-left " title ="Installation and Setup " accesskey ="p " rel ="prev "> < span class ="fa fa-arrow-circle-left " aria-hidden ="true "> </ span > Previous</ a >
135+ < a href ="../Setup/install .html " class ="btn btn-neutral float-left " title ="Installation and Setup " accesskey ="p " rel ="prev "> < span class ="fa fa-arrow-circle-left " aria-hidden ="true "> </ span > Previous</ a >
136136 < a href ="../API/0_Networks.html " class ="btn btn-neutral float-right " title ="Networks " accesskey ="n " rel ="next "> Next < span class ="fa fa-arrow-circle-right " aria-hidden ="true "> </ span > </ a >
137137 </ div >
138138
Original file line number Diff line number Diff line change 7575 < li > < a href ="../index.html " class ="icon icon-home " aria-label ="Home "> </ a > </ li >
7676 < li class ="breadcrumb-item active "> Installation and Setup</ li >
7777 < li class ="wy-breadcrumbs-aside ">
78- < a href ="../_sources/Setup/setup .rst.txt " rel ="nofollow "> View page source</ a >
78+ < a href ="../_sources/Setup/install .rst.txt " rel ="nofollow "> View page source</ a >
7979 </ li >
8080 </ ul >
8181 < hr />
Original file line number Diff line number Diff line change 33Conversion
44==========
55
6+ **pyNeVer ** provides conversion capabilities to import a NN model in the ONNX and pyTorch file formats,
7+ as well as to export to these formats trained NNs.
8+
9+ Representation
10+ --------------
11+
612.. automodule :: pynever.strategies.conversion.representation
713 :members:
814
15+ Converters
16+ ----------
17+
918.. automodule :: pynever.strategies.conversion.converters.onnx
1019 :members:
20+
21+ .. automodule :: pynever.strategies.conversion.converters.pytorch
22+ :members:
Original file line number Diff line number Diff line change 33Verification
44============
55
6+ To solve a verification problem **pyNeVer ** can define the specifications to verify and instantiate
7+ verification algorithms to try and prove that these specifications hold.
8+
9+ Properties
10+ ----------
11+
612.. automodule :: pynever.strategies.verification.properties
713 :members:
814
9- .. automodule :: pynever.strategies.verification.parameters
10- :members:
15+ Algorithms
16+ ----------
1117
1218.. automodule :: pynever.strategies.verification.algorithms
1319 :members:
20+
21+ Parameters
22+ ----------
23+
24+ .. automodule :: pynever.strategies.verification.parameters
25+ :members:
File renamed without changes.
You can’t perform that action at this time.
0 commit comments