package torch

  1. Overview
  2. Docs
PyTorch bindings for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

0.13.tar.gz
md5=52a70206107b74898c412457132ea7dc
sha512=2209847a54308144ca255b4b2dbddf64f300b9dad4cd717b6d2db6a6839cad992ef604fe85bf495f772e587656a2b32d1acd002e1cfc9a259927edef0e3b85ae

doc/src/torch.core/reduction.ml.html

Source file reduction.ml

1
2
3
4
5
6
7
8
9
type t =
  | None
  | Elementwise_mean
  | Sum

let to_int = function
  | None -> 0
  | Elementwise_mean -> 1
  | Sum -> 2
OCaml

Innovation. Community. Security.