Skip to content

Commit

Permalink
coding
Browse files Browse the repository at this point in the history
  • Loading branch information
jzstark committed Jun 27, 2024
1 parent 8b71fa9 commit 2a280da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 0 additions & 2 deletions examples/custom_algodiff_op.ml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env owl

(* This example demonstrates how to build a custom operation in Algodiff . *)

open Owl
Expand Down
7 changes: 5 additions & 2 deletions examples/dune
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
(executable
(name backprop)
(executables
(names
backprop
custom_algodiff_op
)
(libraries owl))

0 comments on commit 2a280da

Please sign in to comment.