Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
newC10ListIValue :: ForeignPtr IValue -> IO (ForeignPtr (C10List IValue)) Source #
newC10ListTensor :: IO (ForeignPtr (C10List Tensor)) Source #
newC10ListDouble :: IO (ForeignPtr (C10List CDouble)) Source #
newC10ListInt :: IO (ForeignPtr (C10List Int64)) Source #
newC10ListBool :: IO (ForeignPtr (C10List CBool)) Source #
c10ListIValue_empty :: ForeignPtr (C10List IValue) -> IO CBool Source #
c10ListTensor_empty :: ForeignPtr (C10List Tensor) -> IO CBool Source #
c10ListDouble_empty :: ForeignPtr (C10List CDouble) -> IO CBool Source #
c10ListInt_empty :: ForeignPtr (C10List Int64) -> IO CBool Source #
c10ListBool_empty :: ForeignPtr (C10List CBool) -> IO CBool Source #
c10ListIValue_size :: ForeignPtr (C10List IValue) -> IO CSize Source #
c10ListTensor_size :: ForeignPtr (C10List Tensor) -> IO CSize Source #
c10ListDouble_size :: ForeignPtr (C10List CDouble) -> IO CSize Source #
c10ListInt_size :: ForeignPtr (C10List Int64) -> IO CSize Source #
c10ListBool_size :: ForeignPtr (C10List CBool) -> IO CSize Source #
c10ListIValue_at :: ForeignPtr (C10List IValue) -> CSize -> IO (ForeignPtr IValue) Source #
c10ListTensor_at :: ForeignPtr (C10List Tensor) -> CSize -> IO (ForeignPtr Tensor) Source #
c10ListOptionalTensor_at :: ForeignPtr (C10List (C10Optional Tensor)) -> CSize -> IO (ForeignPtr Tensor) Source #
c10ListDouble_at :: ForeignPtr (C10List CDouble) -> CSize -> IO CDouble Source #
c10ListInt_at :: ForeignPtr (C10List Int64) -> CSize -> IO Int64 Source #
c10ListBool_at :: ForeignPtr (C10List CBool) -> CSize -> IO CBool Source #
c10ListIValue_push_back :: ForeignPtr (C10List IValue) -> ForeignPtr IValue -> IO () Source #
c10ListTensor_push_back :: ForeignPtr (C10List Tensor) -> ForeignPtr Tensor -> IO () Source #
c10ListOptionalTensor_push_back :: ForeignPtr (C10List (C10Optional Tensor)) -> ForeignPtr Tensor -> IO () Source #
c10ListDouble_push_back :: ForeignPtr (C10List CDouble) -> CDouble -> IO () Source #
c10ListInt_push_back :: ForeignPtr (C10List Int64) -> Int64 -> IO () Source #
c10ListBool_push_back :: ForeignPtr (C10List CBool) -> CBool -> IO () Source #