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