Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
type CTensor = CShortTensor Source #
type CStorage = CShortStorage Source #
hs2cAccReal :: HsAccReal -> CAccReal Source #
c2hsAccReal :: CAccReal -> HsAccReal Source #
type Storage = ShortStorage Source #
type Dynamic = ShortDynamic Source #
dynamic :: ForeignPtr CState -> ForeignPtr CShortTensor -> ShortDynamic Source #
type Tensor = ShortTensor Source #
asDynamic :: ShortTensor ds -> ShortDynamic Source #
asStatic :: ShortDynamic -> ShortTensor ds Source #