package owl

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module OwlSource

include module type of struct include Owl_types end
include module type of struct include Owl_types_common end
Sourcetype number = Owl_types_common.number =
  1. | F32
  2. | F64
  3. | C32
  4. | C64
Sourcetype ('a, 'b) owl_arr = ('a, 'b, Bigarray.c_layout) Bigarray.Genarray.t
Sourcetype index = Owl_types_common.index =
  1. | I of int
  2. | L of int list
  3. | R of int list
Sourcetype slice = index list
Sourcetype index_ = Owl_types_common.index_ =
  1. | I_ of int
  2. | L_ of int array
  3. | R_ of int array
Sourcetype slice_ = index_ array
Sourcetype padding = Owl_types_common.padding =
  1. | SAME
  2. | VALID
Sourcetype device_type = Owl_types_common.device_type =
  1. | CPU
  2. | OpenCL
  3. | CUDA
Sourcemodule type Ndarray_Basic = Owl_types.Ndarray_Basic
Sourcemodule type Ndarray_Compare = Owl_types.Ndarray_Compare
Sourcemodule type Ndarray_Mutable = Owl_types.Ndarray_Mutable
Sourcemodule type Ndarray_Algodiff = Owl_types.Ndarray_Algodiff
Sourcemodule type Ndarray_Numdiff = Owl_types.Ndarray_Numdiff
Sourcemodule type Stats_Dist = Owl_types.Stats_Dist
Sourcemodule type Computation_Device = Owl_types.Computation_Device
Sourceval version : string

Make alias of the modules in Owl for your convenience.

Sourcemodule Const = Owl_const
Sourcemodule Exception = Owl_exception
Sourcemodule Dense = Owl_dense
Sourcemodule Sparse = Owl_sparse
Sourcemodule Maths = Owl_maths
Sourcemodule Stats = Owl_stats
Sourcemodule Linalg = Owl_linalg
Sourcemodule Algodiff = Owl_algodiff
Sourcemodule Optimise = Owl_optimise
Sourcemodule Regression = Owl_regression
Sourcemodule Neural = Owl_neural
Sourcemodule Fft = Owl_fft
Sourcemodule Cluster = Owl_cluster
Sourcemodule Utils = Owl_utils
Sourcemodule Ext = Owl_ext
Sourcemodule Dataset = Owl_dataset
Sourcemodule Dataframe = Owl_dataframe
Sourcemodule Lazy = Owl_lazy
Sourcemodule Graph = Owl_graph
Sourcemodule Nlp = Owl_nlp
Sourcemodule Log = Owl_log
Sourcemodule Computation = Owl_computation
Sourcemodule Cblas = Owl_cblas
Sourcemodule Lapacke = Owl_lapacke
Sourcemodule Arr : sig ... end
Sourcemodule Mat : sig ... end
OCaml

Innovation. Community. Security.