hasktorch-ffi-thc-0.0.1.0: Bindings to Cutorch

Safe HaskellNone
LanguageHaskell2010

Torch.FFI.THC.Half

Synopsis

Documentation

c_THC_nativeHalfInstructions :: Ptr C'THCState -> IO CInt Source #

c_THC_nativeHalfInstructions : state -> int

c_THC_fastHalfInstructions :: Ptr C'THCState -> IO CInt Source #

c_THC_fastHalfInstructions : state -> int

p_THC_nativeHalfInstructions :: FunPtr (Ptr C'THCState -> IO CInt) Source #

p_THC_nativeHalfInstructions : Pointer to function : state -> int

p_THC_fastHalfInstructions :: FunPtr (Ptr C'THCState -> IO CInt) Source #

p_THC_fastHalfInstructions : Pointer to function : state -> int