Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Torch.Types.CuRand.Structs
Documentation
data C'mtgp32_params_fast Source #
Constructors
Instances
Eq C'mtgp32_params_fast Source # | |
Defined in Torch.Types.CuRand.Structs Methods (==) :: C'mtgp32_params_fast -> C'mtgp32_params_fast -> Bool # (/=) :: C'mtgp32_params_fast -> C'mtgp32_params_fast -> Bool # | |
Show C'mtgp32_params_fast Source # | |
Defined in Torch.Types.CuRand.Structs Methods showsPrec :: Int -> C'mtgp32_params_fast -> ShowS # show :: C'mtgp32_params_fast -> String # showList :: [C'mtgp32_params_fast] -> ShowS # | |
Storable C'mtgp32_params_fast Source # | |
Defined in Torch.Types.CuRand.Structs Methods sizeOf :: C'mtgp32_params_fast -> Int # alignment :: C'mtgp32_params_fast -> Int # peekElemOff :: Ptr C'mtgp32_params_fast -> Int -> IO C'mtgp32_params_fast # pokeElemOff :: Ptr C'mtgp32_params_fast -> Int -> C'mtgp32_params_fast -> IO () # peekByteOff :: Ptr b -> Int -> IO C'mtgp32_params_fast # pokeByteOff :: Ptr b -> Int -> C'mtgp32_params_fast -> IO () # peek :: Ptr C'mtgp32_params_fast -> IO C'mtgp32_params_fast # poke :: Ptr C'mtgp32_params_fast -> C'mtgp32_params_fast -> IO () # |
data C'mtgp32_kernel_params Source #
Constructors
Instances
data C'curandStateMtgp32 Source #
Constructors
C'curandStateMtgp32 | |
Instances
Eq C'curandStateMtgp32 Source # | |
Defined in Torch.Types.CuRand.Structs Methods (==) :: C'curandStateMtgp32 -> C'curandStateMtgp32 -> Bool # (/=) :: C'curandStateMtgp32 -> C'curandStateMtgp32 -> Bool # | |
Show C'curandStateMtgp32 Source # | |
Defined in Torch.Types.CuRand.Structs Methods showsPrec :: Int -> C'curandStateMtgp32 -> ShowS # show :: C'curandStateMtgp32 -> String # showList :: [C'curandStateMtgp32] -> ShowS # | |
Storable C'curandStateMtgp32 Source # | |
Defined in Torch.Types.CuRand.Structs Methods sizeOf :: C'curandStateMtgp32 -> Int # alignment :: C'curandStateMtgp32 -> Int # peekElemOff :: Ptr C'curandStateMtgp32 -> Int -> IO C'curandStateMtgp32 # pokeElemOff :: Ptr C'curandStateMtgp32 -> Int -> C'curandStateMtgp32 -> IO () # peekByteOff :: Ptr b -> Int -> IO C'curandStateMtgp32 # pokeByteOff :: Ptr b -> Int -> C'curandStateMtgp32 -> IO () # peek :: Ptr C'curandStateMtgp32 -> IO C'curandStateMtgp32 # poke :: Ptr C'curandStateMtgp32 -> C'curandStateMtgp32 -> IO () # |