Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Documentation
type CTensor = CIntTensor Source #
type CStorage = CIntStorage Source #
hs2cAccReal :: HsAccReal -> CAccReal Source #
c2hsAccReal :: CAccReal -> HsAccReal Source #
type Storage = IntStorage Source #
storage :: ForeignPtr CState -> ForeignPtr CIntStorage -> IntStorage Source #
type Dynamic = IntDynamic Source #
ctensor :: IntDynamic -> ForeignPtr CIntTensor Source #
dynamic :: ForeignPtr CState -> ForeignPtr CIntTensor -> IntDynamic Source #
asDynamic :: IntTensor ds -> IntDynamic Source #
asStatic :: IntDynamic -> IntTensor ds Source #