Module Sarek_float64.Float64

include sig ... end
val dev : 'a -> 'a -> Spoc_framework.Device_type.t -> 'a
include sig ... end
val add_float64_device : Spoc_core.Device.t -> string
val add_float64_device_ref : (Spoc_core.Device.t -> string) Stdlib.ref
val add_float64 : float -> float -> float
include sig ... end
val sub_float64_device : Spoc_core.Device.t -> string
val sub_float64_device_ref : (Spoc_core.Device.t -> string) Stdlib.ref
val sub_float64 : float -> float -> float
include sig ... end
val mul_float64_device : Spoc_core.Device.t -> string
val mul_float64_device_ref : (Spoc_core.Device.t -> string) Stdlib.ref
val mul_float64 : float -> float -> float
include sig ... end
val div_float64_device : Spoc_core.Device.t -> string
val div_float64_device_ref : (Spoc_core.Device.t -> string) Stdlib.ref
val div_float64 : float -> float -> float
include sig ... end
val sin_device : Spoc_core.Device.t -> string
val sin_device_ref : (Spoc_core.Device.t -> string) Stdlib.ref
val sin : float -> float
include sig ... end
val cos_device : Spoc_core.Device.t -> string
val cos_device_ref : (Spoc_core.Device.t -> string) Stdlib.ref
val cos : float -> float
include sig ... end
val tan_device : Spoc_core.Device.t -> string
val tan_device_ref : (Spoc_core.Device.t -> string) Stdlib.ref
val tan : float -> float
include sig ... end
val asin_device : Spoc_core.Device.t -> string
val asin_device_ref : (Spoc_core.Device.t -> string) Stdlib.ref
val asin : float -> float
include sig ... end
val acos_device : Spoc_core.Device.t -> string
val acos_device_ref : (Spoc_core.Device.t -> string) Stdlib.ref
val acos : float -> float
include sig ... end
val atan_device : Spoc_core.Device.t -> string
val atan_device_ref : (Spoc_core.Device.t -> string) Stdlib.ref
val atan : float -> float
include sig ... end
val sinh_device : Spoc_core.Device.t -> string
val sinh_device_ref : (Spoc_core.Device.t -> string) Stdlib.ref
val sinh : float -> float
include sig ... end
val cosh_device : Spoc_core.Device.t -> string
val cosh_device_ref : (Spoc_core.Device.t -> string) Stdlib.ref
val cosh : float -> float
include sig ... end
val tanh_device : Spoc_core.Device.t -> string
val tanh_device_ref : (Spoc_core.Device.t -> string) Stdlib.ref
val tanh : float -> float
include sig ... end
val exp_device : Spoc_core.Device.t -> string
val exp_device_ref : (Spoc_core.Device.t -> string) Stdlib.ref
val exp : float -> float
include sig ... end
val log_device : Spoc_core.Device.t -> string
val log_device_ref : (Spoc_core.Device.t -> string) Stdlib.ref
val log : float -> float
include sig ... end
val log10_device : Spoc_core.Device.t -> string
val log10_device_ref : (Spoc_core.Device.t -> string) Stdlib.ref
val log10 : float -> float
include sig ... end
val sqrt_device : Spoc_core.Device.t -> string
val sqrt_device_ref : (Spoc_core.Device.t -> string) Stdlib.ref
val sqrt : float -> float
include sig ... end
val ceil_device : Spoc_core.Device.t -> string
val ceil_device_ref : (Spoc_core.Device.t -> string) Stdlib.ref
val ceil : float -> float
include sig ... end
val floor_device : Spoc_core.Device.t -> string
val floor_device_ref : (Spoc_core.Device.t -> string) Stdlib.ref
val floor : float -> float
include sig ... end
val expm1_device : Spoc_core.Device.t -> string
val expm1_device_ref : (Spoc_core.Device.t -> string) Stdlib.ref
val expm1 : float -> float
include sig ... end
val log1p_device : Spoc_core.Device.t -> string
val log1p_device_ref : (Spoc_core.Device.t -> string) Stdlib.ref
val log1p : float -> float
include sig ... end
val abs_float_device : Spoc_core.Device.t -> string
val abs_float_device_ref : (Spoc_core.Device.t -> string) Stdlib.ref
val abs_float : float -> float
include sig ... end
val rsqrt_device : Spoc_core.Device.t -> string
val rsqrt_device_ref : (Spoc_core.Device.t -> string) Stdlib.ref
val rsqrt : float -> float
include sig ... end
val pow_device : Spoc_core.Device.t -> string
val pow_device_ref : (Spoc_core.Device.t -> string) Stdlib.ref
val pow : float -> float -> float
include sig ... end
val atan2_device : Spoc_core.Device.t -> string
val atan2_device_ref : (Spoc_core.Device.t -> string) Stdlib.ref
val atan2 : float -> float -> float
include sig ... end
val hypot_device : Spoc_core.Device.t -> string
val hypot_device_ref : (Spoc_core.Device.t -> string) Stdlib.ref
val hypot : float -> float -> float
include sig ... end
val copysign_device : Spoc_core.Device.t -> string
val copysign_device_ref : (Spoc_core.Device.t -> string) Stdlib.ref
val copysign : float -> float -> float
include sig ... end
val of_int_device : Spoc_core.Device.t -> string
val of_int_device_ref : (Spoc_core.Device.t -> string) Stdlib.ref
val of_int : int -> float
include sig ... end
val of_int32_device : Spoc_core.Device.t -> string
val of_int32_device_ref : (Spoc_core.Device.t -> string) Stdlib.ref
val of_int32 : int32 -> float
include sig ... end
val to_int_device : Spoc_core.Device.t -> string
val to_int_device_ref : (Spoc_core.Device.t -> string) Stdlib.ref
val to_int : float -> int
include sig ... end
val to_int32_device : Spoc_core.Device.t -> string
val to_int32_device_ref : (Spoc_core.Device.t -> string) Stdlib.ref
val to_int32 : float -> int32
include sig ... end
val of_float32_device : Spoc_core.Device.t -> string
val of_float32_device_ref : (Spoc_core.Device.t -> string) Stdlib.ref
val of_float32 : 'a -> 'a
include sig ... end
val to_float32_device : Spoc_core.Device.t -> string
val to_float32_device_ref : (Spoc_core.Device.t -> string) Stdlib.ref
val to_float32 : 'a -> 'a
include sig ... end
val (+._device) : Spoc_core.Device.t -> string
val (+._device_ref) : (Spoc_core.Device.t -> string) Stdlib.ref
val (+.) : float -> float -> float
include sig ... end
val (-._device) : Spoc_core.Device.t -> string
val (-._device_ref) : (Spoc_core.Device.t -> string) Stdlib.ref
val (-.) : float -> float -> float
include sig ... end
val (*._device) : Spoc_core.Device.t -> string
val (*._device_ref) : (Spoc_core.Device.t -> string) Stdlib.ref
val (*.) : float -> float -> float
include sig ... end
val (/._device) : Spoc_core.Device.t -> string
val (/._device_ref) : (Spoc_core.Device.t -> string) Stdlib.ref
val (/.) : float -> float -> float
include sig ... end
val (<=_device) : Spoc_core.Device.t -> string
val (<=_device_ref) : (Spoc_core.Device.t -> string) Stdlib.ref
val (<=) : 'a -> 'a -> bool
include sig ... end
val (>=_device) : Spoc_core.Device.t -> string
val (>=_device_ref) : (Spoc_core.Device.t -> string) Stdlib.ref
val (>=) : 'a -> 'a -> bool
include sig ... end
val (<_device) : Spoc_core.Device.t -> string
val (<_device_ref) : (Spoc_core.Device.t -> string) Stdlib.ref
val (<) : 'a -> 'a -> bool
include sig ... end
val (>_device) : Spoc_core.Device.t -> string
val (>_device_ref) : (Spoc_core.Device.t -> string) Stdlib.ref
val (>) : 'a -> 'a -> bool