Torch.Internal.Unmanaged.Type.IntArray
newIntArray :: IO (Ptr IntArray) Source #
intArray_empty :: Ptr IntArray -> IO CBool Source #
intArray_size :: Ptr IntArray -> IO CSize Source #
intArray_at_s :: Ptr IntArray -> CSize -> IO Int64 Source #
intArray_push_back_l :: Ptr IntArray -> Int64 -> IO () Source #
intArray_fromList :: Ptr IntArray -> [Int64] -> IO () Source #
intArray_toList :: Ptr IntArray -> IO [Int64] Source #