package torch

  1. Overview
  2. No Docs
Torch bindings for OCaml

Install

Authors

Maintainers

Sources

torch-v0.16.0.tar.gz
sha256=ccd9ef3b630bdc7c41e363e71d8ecb86c316460cbf79afe67546c6ff22c19da4

Description

The ocaml-torch project provides some OCaml bindings for the Torch library. This brings to OCaml NumPy-like tensor computations with GPU acceleration and tape-based automatic differentiation.

Published: 14 Jun 2023

Dependencies (14)

  1. libtorch >= "1.13.0" & < "1.14.0"
  2. ocaml-compiler-libs >= "v0.11.0"
  3. dune-configurator
  4. dune >= "2.0.0"
  5. ctypes-foreign
  6. ctypes >= "0.18.0"
  7. stdio >= "v0.16" & < "v0.17"
  8. ppx_jane >= "v0.16" & < "v0.17"
  9. ppx_inline_test >= "v0.16" & < "v0.17"
  10. ppx_expect >= "v0.16" & < "v0.17"
  11. ppx_bench >= "v0.16" & < "v0.17"
  12. core >= "v0.16" & < "v0.17"
  13. base >= "v0.16" & < "v0.17"
  14. ocaml >= "4.14"

Dev Dependencies

None

Used by

None

Conflicts

None