Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
caisar
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
caisar
Commits
07df3fc5
Commit
07df3fc5
authored
3 years ago
by
Michele Alberti
Browse files
Options
Downloads
Patches
Plain Diff
Just a renaming as indeed we are dealing with a model.
parent
b5fbc9da
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/language.ml
+6
-6
6 additions, 6 deletions
src/language.ml
with
6 additions
and
6 deletions
src/language.ml
+
6
−
6
View file @
07df3fc5
...
@@ -45,17 +45,17 @@ let register_astuple nb_inputs nb_outputs filename env =
...
@@ -45,17 +45,17 @@ let register_astuple nb_inputs nb_outputs filename env =
let
nnet_parser
env
_
filename
_
=
let
nnet_parser
env
_
filename
_
=
let
open
Why3
in
let
open
Why3
in
let
hea
de
r
=
Nnet
.
parse
filename
in
let
mo
de
l
=
Nnet
.
parse
filename
in
match
hea
de
r
with
match
mo
de
l
with
|
Error
s
->
Loc
.
errorm
"%s"
s
|
Error
s
->
Loc
.
errorm
"%s"
s
|
Ok
hea
de
r
->
register_astuple
hea
de
r
.
n_inputs
hea
de
r
.
n_outputs
filename
env
|
Ok
mo
de
l
->
register_astuple
mo
de
l
.
n_inputs
mo
de
l
.
n_outputs
filename
env
let
onnx_parser
env
_
filename
_
=
let
onnx_parser
env
_
filename
_
=
let
open
Why3
in
let
open
Why3
in
let
hea
de
r
=
Onnx
.
parse
filename
in
let
mo
de
l
=
Onnx
.
parse
filename
in
match
hea
de
r
with
match
mo
de
l
with
|
Error
s
->
Loc
.
errorm
"%s"
s
|
Error
s
->
Loc
.
errorm
"%s"
s
|
Ok
hea
de
r
->
register_astuple
hea
de
r
.
n_inputs
hea
de
r
.
n_outputs
filename
env
|
Ok
mo
de
l
->
register_astuple
mo
de
l
.
n_inputs
mo
de
l
.
n_outputs
filename
env
let
register_nnet_support
()
=
let
register_nnet_support
()
=
Why3
.(
Why3
.(
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment