hasktorch-ffi-thc-0.0.1.0: Bindings to Cutorch

Safe HaskellNone
LanguageHaskell2010

Torch.FFI.THC.TensorMath

Synopsis

Documentation

c_THCudaByteTensor_logicalall :: Ptr C'THCState -> Ptr C'THCudaByteTensor -> IO CInt Source #

c_THCudaByteTensor_logicalall : state self -> int

c_THCudaByteTensor_logicalany :: Ptr C'THCState -> Ptr C'THCudaByteTensor -> IO CInt Source #

c_THCudaByteTensor_logicalany : state self -> int

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

p_THCudaByteTensor_logicalall : Pointer to function : state self -> int

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

p_THCudaByteTensor_logicalany : Pointer to function : state self -> int