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
4c8618ab
Commit
4c8618ab
authored
3 years ago
by
Julien Girard-Satabin
Committed by
Michele Alberti
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
ONNX protobuf interface and dependencies
parent
516716e1
No related branches found
No related tags found
No related merge requests found
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
caisar.opam
+6
-0
6 additions, 0 deletions
caisar.opam
dune-project
+6
-1
6 additions, 1 deletion
dune-project
onnx_piqi.ml
+1320
-0
1320 additions, 0 deletions
onnx_piqi.ml
onnx_piqi.mli
+718
-0
718 additions, 0 deletions
onnx_piqi.mli
standalone/dune
+6
-0
6 additions, 0 deletions
standalone/dune
with
2056 additions
and
1 deletion
caisar.opam
+
6
−
0
View file @
4c8618ab
...
@@ -7,7 +7,13 @@ depends: [
...
@@ -7,7 +7,13 @@ depends: [
"dune" {>= "2.9" & >= "2.9.0"}
"dune" {>= "2.9" & >= "2.9.0"}
"dune-site" {>= "2.9.0"}
"dune-site" {>= "2.9.0"}
"why3"
"why3"
"piqi" {>= "0.7.6"}
"piqilib" {>= "0.6.14"}
"zarith" {>= "1.7"}
"ocplib-endian" {>= "1.0"}
"dune" {>= "2.7" & >= "2.7.1"}
"base" {>= "v0.14.0"}
"base" {>= "v0.14.0"}
"stdio" {>= "v0.14.0"}
"cmdliner" {>= "1.0.4"}
"cmdliner" {>= "1.0.4"}
"fmt" {>= "0.8.9"}
"fmt" {>= "0.8.9"}
"logs" {>= "0.7.0"}
"logs" {>= "0.7.0"}
...
...
This diff is collapsed.
Click to expand it.
dune-project
+
6
−
1
View file @
4c8618ab
...
@@ -16,8 +16,13 @@
...
@@ -16,8 +16,13 @@
(ocaml (>= 4.10))
(ocaml (>= 4.10))
(dune (>= 2.9.0))
(dune (>= 2.9.0))
(dune-site (>= 2.9.0))
(dune-site (>= 2.9.0))
why3
(piqi (>= 0.7.6))
(piqilib (>= 0.6.14))
(zarith (>= 1.7))
(ocplib-endian (>= 1.0))
(dune (>= 2.7.1))
(base (>= v0.14.0))
(base (>= v0.14.0))
(stdio (>= v0.14.0))
(cmdliner (>= 1.0.4))
(cmdliner (>= 1.0.4))
(fmt (>= 0.8.9))
(fmt (>= 0.8.9))
(logs (>= 0.7.0))
(logs (>= 0.7.0))
...
...
This diff is collapsed.
Click to expand it.
onnx_piqi.ml
0 → 100644
+
1320
−
0
View file @
4c8618ab
This diff is collapsed.
Click to expand it.
onnx_piqi.mli
0 → 100644
+
718
−
0
View file @
4c8618ab
This diff is collapsed.
Click to expand it.
standalone/dune
+
6
−
0
View file @
4c8618ab
...
@@ -12,4 +12,10 @@
...
@@ -12,4 +12,10 @@
(libraries menhirLib yojson cmdliner logs logs.cli logs.fmt fmt.tty base unix str ppx_deriving_yojson.runtime)
(libraries menhirLib yojson cmdliner logs logs.cli logs.fmt fmt.tty base unix str ppx_deriving_yojson.runtime)
(preprocess (pps ppx_deriving_yojson ppx_deriving.show ppx_deriving.ord ppx_deriving.eq))
(preprocess (pps ppx_deriving_yojson ppx_deriving.show ppx_deriving.ord ppx_deriving.eq))
(package caisar)
(package caisar)
(libraries menhirLib yojson cmdliner logs logs.cli
ocplib-endian logs.fmt fmt.tty base unix str
ppx_deriving_yojson.runtime piqirun.pb zarith
stdio)
(preprocess (pps ppx_deriving_yojson ppx_deriving.show ppx_deriving.ord ppx_deriving.eq))
(package caisar)
)
)
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