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
fdf975ee
Commit
fdf975ee
authored
11 months ago
by
François Bobot
Browse files
Options
Downloads
Patches
Plain Diff
Some documentation
parent
ef2693b8
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
lib/ir/nier_simple.mli
+4
-2
4 additions, 2 deletions
lib/ir/nier_simple.mli
with
4 additions
and
2 deletions
lib/ir/nier_simple.mli
+
4
−
2
View file @
fdf975ee
...
@@ -11,6 +11,7 @@ module Shape : sig
...
@@ -11,6 +11,7 @@ module Shape : sig
val
set
:
t
->
int
->
int
->
t
val
set
:
t
->
int
->
int
->
t
val
row_major
:
t
->
int
array
->
int
val
row_major
:
t
->
int
array
->
int
val
unrow_major
:
t
->
int
->
int
array
val
unrow_major
:
t
->
int
->
int
array
end
end
module
Tensor
:
sig
module
Tensor
:
sig
...
@@ -129,7 +130,7 @@ type descr =
...
@@ -129,7 +130,7 @@ type descr =
|
Log
of
{
input
:
node
}
|
Log
of
{
input
:
node
}
and
node
=
private
{
and
node
=
private
{
id
:
int
;
id
:
int
;
(* unique identifier *)
descr
:
descr
;
descr
:
descr
;
shape
:
Shape
.
t
;
shape
:
Shape
.
t
;
ty
:
ty
;
ty
:
ty
;
...
@@ -185,7 +186,8 @@ val pp : t Fmt.t
...
@@ -185,7 +186,8 @@ val pp : t Fmt.t
val
pp_debug
:
t
Fmt
.
t
val
pp_debug
:
t
Fmt
.
t
val
create
:
node
->
t
val
create
:
node
->
t
(** Create a network from its output node *)
(** Create a network from its output node,
it must have only one input *)
val
output
:
t
->
node
val
output
:
t
->
node
(** Output node of the network *)
(** Output node of the network *)
...
...
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