You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
4. Read the syntax extensions documentation [docs/syntax_extensions.md](docs/syntax_extensions.md).
41
-
5. Read the NN building blocks file [lib/nn_blocks.ml](lib/nn_blocks.ml).
42
-
6. Read the introductory part of the shape inference documentation [docs/shape_inference.md](docs/shape_inference.md).
43
-
7.Skim the configuration documentation [ocannl_config.example](ocannl_config.example).
44
-
8.Improve your understanding by reading or skimming: [lib/shape.mli](lib/shape.mli), [lib/tensor.mli](lib/tensor.mli), [lib/operation.ml](lib/operation.ml), [arrayjit/lib/backend_intf.ml](arrayjit/lib/backend_intf.ml), [lib/train.ml](lib/train.ml).
5. Read the syntax extensions documentation [docs/syntax_extensions.md](docs/syntax_extensions.md).
42
+
6. Read the NN building blocks file [lib/nn_blocks.ml](lib/nn_blocks.ml).
43
+
7.Read the introductory part of the shape inference documentation [docs/shape_inference.md](docs/shape_inference.md).
44
+
8.Skim the configuration documentation [ocannl_config.example](ocannl_config.example).
45
+
9.Improve your understanding by reading or skimming: [lib/shape.mli](lib/shape.mli), [lib/tensor.mli](lib/tensor.mli), [lib/operation.ml](lib/operation.ml), [arrayjit/lib/context.mli](arrayjit/lib/context.mli), [lib/train.ml](lib/train.ml).
0 commit comments