hasktorch-signatures-partial-0.0.1.0: Functions to partially satisfy tensor signatures
Torch.Undefined.Tensor.Math.Reduce.Floating
c_dist :: Ptr CState -> Ptr CTensor -> Ptr CTensor -> CReal -> IO CAccReal Source #
c_var :: Ptr CState -> Ptr CTensor -> Ptr CTensor -> CInt -> CInt -> CInt -> IO () Source #
c_varall :: Ptr CState -> Ptr CTensor -> CInt -> IO CAccReal Source #
c_std :: Ptr CState -> Ptr CTensor -> Ptr CTensor -> CInt -> CInt -> CInt -> IO () Source #
c_stdall :: Ptr CState -> Ptr CTensor -> CInt -> IO CAccReal Source #
c_renorm :: Ptr CState -> Ptr CTensor -> Ptr CTensor -> CReal -> CInt -> CReal -> IO () Source #
c_norm :: Ptr CState -> Ptr CTensor -> Ptr CTensor -> CReal -> CInt -> CInt -> IO () Source #
c_normall :: Ptr CState -> Ptr CTensor -> CReal -> IO CAccReal Source #
c_mean :: Ptr CState -> Ptr CTensor -> Ptr CTensor -> CInt -> CInt -> IO () Source #
c_meanall :: Ptr CState -> Ptr CTensor -> IO CAccReal Source #