package owl

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include sig ... end
val empty : int array -> Owl_ext_types.ext_typ
val create : int array -> Owl_ext_types.ext_typ -> Owl_ext_types.ext_typ
val zeros : int array -> Owl_ext_types.ext_typ
val ones : int array -> Owl_ext_types.ext_typ
val uniform : ?a:Pack_DAD.elt -> ?b:Pack_DAD.elt -> int array -> Owl_ext_types.ext_typ
val sequential : ?a:Pack_DAD.elt -> ?step:Pack_DAD.elt -> int array -> Owl_ext_types.ext_typ
val linspace : Pack_DAD.elt -> Pack_DAD.elt -> int -> Owl_ext_types.ext_typ
val logspace : ?base:'a -> Pack_DAD.elt -> Pack_DAD.elt -> int -> Owl_ext_types.ext_typ
val shape : Owl_ext_types.ext_typ -> int array
val num_dims : Owl_ext_types.ext_typ -> int
val nth_dim : Owl_ext_types.ext_typ -> int -> int
val numel : Owl_ext_types.ext_typ -> int
val nnz : Owl_ext_types.ext_typ -> int
val density : Owl_ext_types.ext_typ -> float
val size_in_bytes : Owl_ext_types.ext_typ -> int
val same_shape : Owl_ext_types.ext_typ -> Pack_DAD.arr -> bool
val set : Owl_ext_types.ext_typ -> int array -> Owl_ext_types.ext_typ -> unit
val sub_left : Owl_ext_types.ext_typ -> int -> int -> Owl_ext_types.ext_typ
val slice_left : Owl_ext_types.ext_typ -> int array -> Owl_ext_types.ext_typ
val copy_ : out:Owl_ext_types.ext_typ -> Owl_ext_types.ext_typ -> unit
val reshape : Owl_ext_types.ext_typ -> int array -> Owl_ext_types.ext_typ
val transpose : ?axis:int array -> Owl_ext_types.ext_typ -> Owl_ext_types.ext_typ
val swap : int -> int -> Owl_ext_types.ext_typ -> Owl_ext_types.ext_typ
val tile : Owl_ext_types.ext_typ -> int array -> Pack_DAD.arr
val repeat : Owl_ext_types.ext_typ -> int array -> Pack_DAD.arr
val squeeze : ?axis:int array -> Owl_ext_types.ext_typ -> Owl_ext_types.ext_typ
val iteri : (int -> Pack_DAD.elt -> unit) -> Owl_ext_types.ext_typ -> unit
val iter : (Pack_DAD.elt -> unit) -> Owl_ext_types.ext_typ -> unit
val filteri : (int -> Pack_DAD.elt -> bool) -> Owl_ext_types.ext_typ -> int array
val filter : (Pack_DAD.elt -> bool) -> Owl_ext_types.ext_typ -> int array
val foldi : ?axis:int -> (int -> Pack_DAD.elt -> Pack_DAD.elt -> Pack_DAD.elt) -> Pack_DAD.elt -> Owl_ext_types.ext_typ -> Pack_DAD.arr
val iter2i : (int -> Pack_DAD.elt -> Pack_DAD.elt -> unit) -> Owl_ext_types.ext_typ -> Owl_ext_types.ext_typ -> unit
val exists : (Pack_DAD.elt -> bool) -> Owl_ext_types.ext_typ -> bool
val not_exists : (Pack_DAD.elt -> bool) -> Owl_ext_types.ext_typ -> bool
val for_all : (Pack_DAD.elt -> bool) -> Owl_ext_types.ext_typ -> bool
val is_zero : Owl_ext_types.ext_typ -> bool
val is_positive : Owl_ext_types.ext_typ -> bool
val is_negative : Owl_ext_types.ext_typ -> bool
val is_nonpositive : Owl_ext_types.ext_typ -> bool
val is_nonnegative : Owl_ext_types.ext_typ -> bool
val not_equal : Owl_ext_types.ext_typ -> Owl_ext_types.ext_typ -> bool
val greater_equal : Owl_ext_types.ext_typ -> Owl_ext_types.ext_typ -> bool
val less_equal : Owl_ext_types.ext_typ -> Owl_ext_types.ext_typ -> bool
val equal_scalar : Owl_ext_types.ext_typ -> Owl_ext_types.ext_typ -> bool
val not_equal_scalar : Owl_ext_types.ext_typ -> Owl_ext_types.ext_typ -> bool
val less_scalar : Owl_ext_types.ext_typ -> Owl_ext_types.ext_typ -> bool
val greater_scalar : Owl_ext_types.ext_typ -> Owl_ext_types.ext_typ -> bool
val less_equal_scalar : Owl_ext_types.ext_typ -> Owl_ext_types.ext_typ -> bool
val greater_equal_scalar : Owl_ext_types.ext_typ -> Owl_ext_types.ext_typ -> bool
val print : Owl_ext_types.ext_typ -> unit
val save : out:string -> Owl_ext_types.ext_typ -> unit
val load : string -> Owl_ext_types.ext_typ
include sig ... end
val min_i : Owl_ext_types.ext_typ -> Owl_ext_types.ext_typ * int array
val max_i : Owl_ext_types.ext_typ -> Owl_ext_types.ext_typ * int array
val minmax_i : Owl_ext_types.ext_typ -> (Owl_ext_types.ext_typ * int array) * (Owl_ext_types.ext_typ * int array)
val softmax : ?axis:int -> Owl_ext_types.ext_typ -> Owl_ext_types.ext_typ