package owl

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

Module Algodiff.MathsSource

Sourceval (+) : t -> t -> t
Sourceval (-) : t -> t -> t
Sourceval (*) : t -> t -> t
Sourceval (/) : t -> t -> t
Sourceval (*@) : t -> t -> t
Sourceval (**) : t -> t -> t
Sourceval add : t -> t -> t
Sourceval sub : t -> t -> t
Sourceval mul : t -> t -> t
Sourceval div : t -> t -> t
Sourceval dot : t -> t -> t
Sourceval pow : t -> t -> t
Sourceval atan2 : t -> t -> t
Sourceval min2 : t -> t -> t
Sourceval max2 : t -> t -> t
Sourceval cross_entropy : t -> t -> t
Sourceval inv : t -> t
Sourceval chol : ?upper:bool -> t -> t
Sourceval qr : t -> t * t
Sourceval svd : ?thin:bool -> t -> t * t * t
Sourceval lyapunov : t -> t -> t
Sourceval neg : t -> t
Sourceval abs : t -> t
Sourceval signum : t -> t
Sourceval floor : t -> t
Sourceval ceil : t -> t
Sourceval round : t -> t
Sourceval sqr : t -> t
Sourceval sqrt : t -> t
Sourceval log : t -> t
Sourceval log2 : t -> t
Sourceval log10 : t -> t
Sourceval exp : t -> t
Sourceval sin : t -> t
Sourceval cos : t -> t
Sourceval tan : t -> t
Sourceval sinh : t -> t
Sourceval cosh : t -> t
Sourceval tanh : t -> t
Sourceval asin : t -> t
Sourceval acos : t -> t
Sourceval atan : t -> t
Sourceval asinh : t -> t
Sourceval acosh : t -> t
Sourceval atanh : t -> t
Sourceval sum' : t -> t
Sourceval sum : ?axis:int -> t -> t
Sourceval sum_reduce : ?axis:int array -> t -> t
Sourceval mean : t -> t
Sourceval transpose : t -> t
Sourceval l1norm' : t -> t
Sourceval l2norm' : t -> t
Sourceval l2norm_sqr' : t -> t
Sourceval sigmoid : t -> t
Sourceval relu : t -> t
Sourceval softplus : t -> t
Sourceval softsign : t -> t
Sourceval softmax : ?axis:int -> t -> t
Sourceval dropout : ?rate:float -> t -> t
Sourceval conv1d : ?padding:Owl_types.padding -> t -> t -> int array -> t
Sourceval conv2d : ?padding:Owl_types.padding -> t -> t -> int array -> t
Sourceval conv3d : ?padding:Owl_types.padding -> t -> t -> int array -> t
Sourceval dilated_conv1d : ?padding:Owl_types.padding -> t -> t -> int array -> int array -> t
Sourceval dilated_conv2d : ?padding:Owl_types.padding -> t -> t -> int array -> int array -> t
Sourceval dilated_conv3d : ?padding:Owl_types.padding -> t -> t -> int array -> int array -> t
Sourceval transpose_conv1d : ?padding:Owl_types.padding -> t -> t -> int array -> t
Sourceval transpose_conv2d : ?padding:Owl_types.padding -> t -> t -> int array -> t
Sourceval transpose_conv3d : ?padding:Owl_types.padding -> t -> t -> int array -> t
Sourceval max_pool1d : Owl_types.padding -> t -> int array -> int array -> t
Sourceval max_pool2d : Owl_types.padding -> t -> int array -> int array -> t
Sourceval max_pool3d : Owl_types.padding -> t -> int array -> int array -> t
Sourceval avg_pool1d : Owl_types.padding -> t -> int array -> int array -> t
Sourceval avg_pool2d : Owl_types.padding -> t -> int array -> int array -> t
Sourceval avg_pool3d : Owl_types.padding -> t -> int array -> int array -> t
Sourceval upsampling2d : t -> int array -> t
Sourceval pad : ?v:A.elt -> int list list -> t -> t
Sourceval reshape : t -> int array -> t
Sourceval flatten : t -> t
Sourceval concat : int -> t -> t -> t
Sourceval get_slice : int list list -> t -> t
Sourceval set_slice : int list list -> t -> t -> t
Sourceval diag : ?k:int -> t -> t
Sourceval diagm : ?k:int -> t -> t
Sourceval trace : t -> t
Sourceval triu : ?k:int -> t -> t
Sourceval tril : ?k:int -> t -> t
OCaml

Innovation. Community. Security.