hasktorch-ffi-th-0.0.1.0: Bindings to Torch

Safe HaskellNone
LanguageHaskell2010

Torch.FFI.TH.Long.Vector

Synopsis

Documentation

c_fill_ :: Ptr CLong -> CLong -> CPtrdiff -> IO () Source #

c_fill : x c n -> void

c_fill :: Ptr C'THState -> Ptr CLong -> CLong -> CPtrdiff -> IO () Source #

alias of c_fill_ with unused argument (for CTHState) to unify backpack signatures.

c_cadd_ :: Ptr CLong -> Ptr CLong -> Ptr CLong -> CLong -> CPtrdiff -> IO () Source #

c_cadd : z x y c n -> void

c_cadd :: Ptr C'THState -> Ptr CLong -> Ptr CLong -> Ptr CLong -> CLong -> CPtrdiff -> IO () Source #

alias of c_cadd_ with unused argument (for CTHState) to unify backpack signatures.

c_adds_ :: Ptr CLong -> Ptr CLong -> CLong -> CPtrdiff -> IO () Source #

c_adds : y x c n -> void

c_adds :: Ptr C'THState -> Ptr CLong -> Ptr CLong -> CLong -> CPtrdiff -> IO () Source #

alias of c_adds_ with unused argument (for CTHState) to unify backpack signatures.

c_cmul_ :: Ptr CLong -> Ptr CLong -> Ptr CLong -> CPtrdiff -> IO () Source #

c_cmul : z x y n -> void

c_cmul :: Ptr C'THState -> Ptr CLong -> Ptr CLong -> Ptr CLong -> CPtrdiff -> IO () Source #

alias of c_cmul_ with unused argument (for CTHState) to unify backpack signatures.

c_muls_ :: Ptr CLong -> Ptr CLong -> CLong -> CPtrdiff -> IO () Source #

c_muls : y x c n -> void

c_muls :: Ptr C'THState -> Ptr CLong -> Ptr CLong -> CLong -> CPtrdiff -> IO () Source #

alias of c_muls_ with unused argument (for CTHState) to unify backpack signatures.

c_cdiv_ :: Ptr CLong -> Ptr CLong -> Ptr CLong -> CPtrdiff -> IO () Source #

c_cdiv : z x y n -> void

c_cdiv :: Ptr C'THState -> Ptr CLong -> Ptr CLong -> Ptr CLong -> CPtrdiff -> IO () Source #

alias of c_cdiv_ with unused argument (for CTHState) to unify backpack signatures.

c_divs_ :: Ptr CLong -> Ptr CLong -> CLong -> CPtrdiff -> IO () Source #

c_divs : y x c n -> void

c_divs :: Ptr C'THState -> Ptr CLong -> Ptr CLong -> CLong -> CPtrdiff -> IO () Source #

alias of c_divs_ with unused argument (for CTHState) to unify backpack signatures.

c_copy_ :: Ptr CLong -> Ptr CLong -> CPtrdiff -> IO () Source #

c_copy : y x n -> void

c_copy :: Ptr C'THState -> Ptr CLong -> Ptr CLong -> CPtrdiff -> IO () Source #

alias of c_copy_ with unused argument (for CTHState) to unify backpack signatures.

c_neg_ :: Ptr CLong -> Ptr CLong -> CPtrdiff -> IO () Source #

c_neg : y x n -> void

c_neg :: Ptr C'THState -> Ptr CLong -> Ptr CLong -> CPtrdiff -> IO () Source #

alias of c_neg_ with unused argument (for CTHState) to unify backpack signatures.

c_normal_fill_ :: Ptr CLong -> CLLong -> Ptr C'THGenerator -> CLong -> CLong -> IO () Source #

c_normal_fill : data size generator mean stddev -> void

c_normal_fill :: Ptr C'THState -> Ptr CLong -> CLLong -> Ptr C'THGenerator -> CLong -> CLong -> IO () Source #

alias of c_normal_fill_ with unused argument (for CTHState) to unify backpack signatures.

c_abs_ :: Ptr CLong -> Ptr CLong -> CPtrdiff -> IO () Source #

c_abs : y x n -> void

c_abs :: Ptr C'THState -> Ptr CLong -> Ptr CLong -> CPtrdiff -> IO () Source #

alias of c_abs_ with unused argument (for CTHState) to unify backpack signatures.

p_fill :: FunPtr (Ptr CLong -> CLong -> CPtrdiff -> IO ()) Source #

p_fill : Pointer to function : x c n -> void

p_cadd :: FunPtr (Ptr CLong -> Ptr CLong -> Ptr CLong -> CLong -> CPtrdiff -> IO ()) Source #

p_cadd : Pointer to function : z x y c n -> void

p_adds :: FunPtr (Ptr CLong -> Ptr CLong -> CLong -> CPtrdiff -> IO ()) Source #

p_adds : Pointer to function : y x c n -> void

p_cmul :: FunPtr (Ptr CLong -> Ptr CLong -> Ptr CLong -> CPtrdiff -> IO ()) Source #

p_cmul : Pointer to function : z x y n -> void

p_muls :: FunPtr (Ptr CLong -> Ptr CLong -> CLong -> CPtrdiff -> IO ()) Source #

p_muls : Pointer to function : y x c n -> void

p_cdiv :: FunPtr (Ptr CLong -> Ptr CLong -> Ptr CLong -> CPtrdiff -> IO ()) Source #

p_cdiv : Pointer to function : z x y n -> void

p_divs :: FunPtr (Ptr CLong -> Ptr CLong -> CLong -> CPtrdiff -> IO ()) Source #

p_divs : Pointer to function : y x c n -> void

p_copy :: FunPtr (Ptr CLong -> Ptr CLong -> CPtrdiff -> IO ()) Source #

p_copy : Pointer to function : y x n -> void

p_neg :: FunPtr (Ptr CLong -> Ptr CLong -> CPtrdiff -> IO ()) Source #

p_neg : Pointer to function : y x n -> void

p_normal_fill :: FunPtr (Ptr CLong -> CLLong -> Ptr C'THGenerator -> CLong -> CLong -> IO ()) Source #

p_normal_fill : Pointer to function : data size generator mean stddev -> void

p_abs :: FunPtr (Ptr CLong -> Ptr CLong -> CPtrdiff -> IO ()) Source #

p_abs : Pointer to function : y x n -> void