Module Sarek_stdlib.Float32

include sig ... end
val dev : 'a -> 'a -> Spoc_framework.Device_type.t -> 'a
include sig ... end
val add_float32_device : Spoc_core.Device.t -> string
val add_float32_device_ref : (Spoc_core.Device.t -> string) Stdlib.ref
val add_float32 : float -> float -> float
include sig ... end
val sub_float32_device : Spoc_core.Device.t -> string
val sub_float32_device_ref : (Spoc_core.Device.t -> string) Stdlib.ref
val sub_float32 : float -> float -> float
include sig ... end
val mul_float32_device : Spoc_core.Device.t -> string
val mul_float32_device_ref : (Spoc_core.Device.t -> string) Stdlib.ref
val mul_float32 : float -> float -> float
include sig ... end
val div_float32_device : Spoc_core.Device.t -> string
val div_float32_device_ref : (Spoc_core.Device.t -> string) Stdlib.ref
val div_float32 : 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 add_device : Spoc_core.Device.t -> string
val add_device_ref : (Spoc_core.Device.t -> string) Stdlib.ref
val add : float -> float -> float
include sig ... end
val minus_device : Spoc_core.Device.t -> string
val minus_device_ref : (Spoc_core.Device.t -> string) Stdlib.ref
val minus : float -> float -> float
include sig ... end
val mul_device : Spoc_core.Device.t -> string
val mul_device_ref : (Spoc_core.Device.t -> string) Stdlib.ref
val mul : float -> float -> float
include sig ... end
val div_device : Spoc_core.Device.t -> string
val div_device_ref : (Spoc_core.Device.t -> string) Stdlib.ref
val div : 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 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