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