hasktorch-ffi-th-0.0.1.0: polyfill/Torch/FFI/TH/Int/FreeStorage.hs
{-# LANGUAGE ForeignFunctionInterface #-}
module Torch.FFI.TH.Int.FreeStorage where
import Foreign
import Data.Word
import Torch.Types.TH
foreign import ccall "&free_IntStorage"
p_free :: FunPtr (Ptr C'THState -> Ptr C'THIntStorage -> IO ())