hasktorch-signatures-0.0.1.0: Backpack signatures for Tensor operations

Safe HaskellSafe
LanguageHaskell2010

Torch.Sig.Tensor.Math.Reduce.Floating (signature[?])

Documentation

c_var :: Ptr CState -> Ptr CTensor -> Ptr CTensor -> CInt -> CInt -> CInt -> IO () #

c_std :: Ptr CState -> Ptr CTensor -> Ptr CTensor -> CInt -> CInt -> CInt -> IO () #

c_norm :: Ptr CState -> Ptr CTensor -> Ptr CTensor -> CReal -> CInt -> CInt -> IO () #

c_mean :: Ptr CState -> Ptr CTensor -> Ptr CTensor -> CInt -> CInt -> IO () #