hasktorch-ffi-thc-0.0.1.0: Bindings to Cutorch

Safe HaskellNone
LanguageHaskell2010

Torch.FFI.THC.Sleep

Synopsis

Documentation

c_THC_sleep :: Ptr C'THCState -> CLLong -> IO () Source #

c_THC_sleep : state cycles -> void

p_THC_sleep :: FunPtr (Ptr C'THCState -> CLLong -> IO ()) Source #

p_THC_sleep : Pointer to function : state cycles -> void