Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
newTensorIndexList :: IO (Ptr (StdVector TensorIndex)) Source #
newTensorIndexWithInt :: CInt -> IO (Ptr TensorIndex) Source #
newTensorIndexWithBool :: CBool -> IO (Ptr TensorIndex) Source #
newTensorIndexWithSlice :: CInt -> CInt -> CInt -> IO (Ptr TensorIndex) Source #
newTensorIndexWithTensor :: Ptr Tensor -> IO (Ptr TensorIndex) Source #
tensorIndexList_empty :: Ptr (StdVector TensorIndex) -> IO CBool Source #
tensorIndexList_size :: Ptr (StdVector TensorIndex) -> IO CSize Source #
tensorIndexList_push_back :: Ptr (StdVector TensorIndex) -> Ptr TensorIndex -> IO () Source #