Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
tensor_addbmm__ttss :: Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> Ptr Scalar -> Ptr Scalar -> IO (Ptr Tensor) Source #
tensor_addbmm_ttss :: Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> Ptr Scalar -> Ptr Scalar -> IO (Ptr Tensor) Source #
tensor_uniform__ddG :: Ptr Tensor -> CDouble -> CDouble -> Ptr Generator -> IO (Ptr Tensor) Source #
tensor_log_normal__ddG :: Ptr Tensor -> CDouble -> CDouble -> Ptr Generator -> IO (Ptr Tensor) Source #
tensor_nonzero_numpy :: Ptr Tensor -> IO (Ptr TensorList) Source #
tensor_addcmul_tts :: Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> Ptr Scalar -> IO (Ptr Tensor) Source #
tensor_addcmul__tts :: Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> Ptr Scalar -> IO (Ptr Tensor) Source #
tensor_addcdiv_tts :: Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> Ptr Scalar -> IO (Ptr Tensor) Source #
tensor_addcdiv__tts :: Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> Ptr Scalar -> IO (Ptr Tensor) Source #
tensor_triangular_solve_tbbb :: Ptr Tensor -> Ptr Tensor -> CBool -> CBool -> CBool -> IO (Ptr (StdTuple '(Tensor, Tensor))) Source #
tensor_linalg_solve_triangular_tbbb :: Ptr Tensor -> Ptr Tensor -> CBool -> CBool -> CBool -> IO (Ptr Tensor) Source #
tensor_svd_bb :: Ptr Tensor -> CBool -> CBool -> IO (Ptr (StdTuple '(Tensor, Tensor, Tensor))) Source #
tensor_ormqr_ttbb :: Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> CBool -> CBool -> IO (Ptr Tensor) Source #
tensor_histogram_ttb :: Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> CBool -> IO (Ptr (StdTuple '(Tensor, Tensor))) Source #
tensor_histogram_latb :: Ptr Tensor -> Int64 -> Ptr (StdVector CDouble) -> Ptr Tensor -> CBool -> IO (Ptr (StdTuple '(Tensor, Tensor))) Source #
tensor_quantile_tlbs :: Ptr Tensor -> Ptr Tensor -> Int64 -> CBool -> Ptr StdString -> IO (Ptr Tensor) Source #
tensor_quantile_dlbs :: Ptr Tensor -> CDouble -> Int64 -> CBool -> Ptr StdString -> IO (Ptr Tensor) Source #
tensor_nanquantile_tlbs :: Ptr Tensor -> Ptr Tensor -> Int64 -> CBool -> Ptr StdString -> IO (Ptr Tensor) Source #
tensor_nanquantile_dlbs :: Ptr Tensor -> CDouble -> Int64 -> CBool -> Ptr StdString -> IO (Ptr Tensor) Source #
tensor_sort_blb :: Ptr Tensor -> CBool -> Int64 -> CBool -> IO (Ptr (StdTuple '(Tensor, Tensor))) Source #
tensor_sort_nb :: Ptr Tensor -> Ptr Dimname -> CBool -> IO (Ptr (StdTuple '(Tensor, Tensor))) Source #
tensor_sort_bnb :: Ptr Tensor -> CBool -> Ptr Dimname -> CBool -> IO (Ptr (StdTuple '(Tensor, Tensor))) Source #