Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
take_along_dim_out_tttl :: Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> Int64 -> IO (Ptr Tensor) Source #
index_select_out_ttlt :: Ptr Tensor -> Ptr Tensor -> Int64 -> Ptr Tensor -> IO (Ptr Tensor) Source #
index_select_out_ttnt :: Ptr Tensor -> Ptr Tensor -> Ptr Dimname -> Ptr Tensor -> IO (Ptr Tensor) Source #
index_select_backward_tllt :: Ptr Tensor -> Ptr IntArray -> Int64 -> Ptr Tensor -> IO (Ptr Tensor) Source #
nonzero_numpy_t :: Ptr Tensor -> IO (Ptr TensorList) Source #
gather_out_ttltb :: Ptr Tensor -> Ptr Tensor -> Int64 -> Ptr Tensor -> CBool -> IO (Ptr Tensor) Source #
gather_backward_ttltb :: Ptr Tensor -> Ptr Tensor -> Int64 -> Ptr Tensor -> CBool -> IO (Ptr Tensor) Source #
gather_out_ttntb :: Ptr Tensor -> Ptr Tensor -> Ptr Dimname -> Ptr Tensor -> CBool -> IO (Ptr Tensor) Source #
gather_out_ttnt :: Ptr Tensor -> Ptr Tensor -> Ptr Dimname -> Ptr Tensor -> IO (Ptr Tensor) Source #
_gather_sparse_backward_tltt :: Ptr Tensor -> Int64 -> Ptr Tensor -> Ptr Tensor -> IO (Ptr Tensor) Source #
addcmul_out_tttts :: Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> Ptr Scalar -> IO (Ptr Tensor) Source #
addcmul_out_tttt :: Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> IO (Ptr Tensor) Source #
addcdiv_out_tttts :: Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> Ptr Scalar -> IO (Ptr Tensor) Source #
addcdiv_out_tttt :: Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> IO (Ptr Tensor) Source #
cross_entropy_loss_tttlld :: Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> Int64 -> Int64 -> CDouble -> IO (Ptr Tensor) Source #
cross_entropy_loss_tttll :: Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> Int64 -> Int64 -> IO (Ptr Tensor) Source #
cross_entropy_loss_tttl :: Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> Int64 -> IO (Ptr Tensor) Source #
lstsq_out_tttt :: Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> IO (Ptr (StdTuple '(Tensor, Tensor))) Source #
triangular_solve_out_ttttbbb :: Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> CBool -> CBool -> CBool -> IO (Ptr (StdTuple '(Tensor, Tensor))) Source #
triangular_solve_out_ttttbb :: Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> CBool -> CBool -> IO (Ptr (StdTuple '(Tensor, Tensor))) Source #
triangular_solve_out_ttttb :: Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> CBool -> IO (Ptr (StdTuple '(Tensor, Tensor))) Source #
triangular_solve_out_tttt :: Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> IO (Ptr (StdTuple '(Tensor, Tensor))) Source #
triangular_solve_ttbbb :: Ptr Tensor -> Ptr Tensor -> CBool -> CBool -> CBool -> IO (Ptr (StdTuple '(Tensor, Tensor))) Source #
triangular_solve_ttbb :: Ptr Tensor -> Ptr Tensor -> CBool -> CBool -> IO (Ptr (StdTuple '(Tensor, Tensor))) Source #
triangular_solve_ttb :: Ptr Tensor -> Ptr Tensor -> CBool -> IO (Ptr (StdTuple '(Tensor, Tensor))) Source #
linalg_solve_triangular_out_tttbbb :: Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> CBool -> CBool -> CBool -> IO (Ptr Tensor) Source #
linalg_solve_triangular_out_tttbb :: Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> CBool -> CBool -> IO (Ptr Tensor) Source #
linalg_solve_triangular_out_tttb :: Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> CBool -> IO (Ptr Tensor) Source #
linalg_solve_triangular_ttbbb :: Ptr Tensor -> Ptr Tensor -> CBool -> CBool -> CBool -> IO (Ptr Tensor) Source #
linalg_solve_triangular_ttbb :: Ptr Tensor -> Ptr Tensor -> CBool -> CBool -> IO (Ptr Tensor) Source #
symeig_out_tttbb :: Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> CBool -> CBool -> IO (Ptr (StdTuple '(Tensor, Tensor))) Source #
symeig_out_tttb :: Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> CBool -> IO (Ptr (StdTuple '(Tensor, Tensor))) Source #
symeig_out_ttt :: Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> IO (Ptr (StdTuple '(Tensor, Tensor))) Source #
_symeig_helper_tbb :: Ptr Tensor -> CBool -> CBool -> IO (Ptr (StdTuple '(Tensor, Tensor))) Source #
eig_out_tttb :: Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> CBool -> IO (Ptr (StdTuple '(Tensor, Tensor))) Source #
eig_out_ttt :: Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> IO (Ptr (StdTuple '(Tensor, Tensor))) Source #
svd_out_ttttbb :: Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> CBool -> CBool -> IO (Ptr (StdTuple '(Tensor, Tensor, Tensor))) Source #
svd_out_ttttb :: Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> CBool -> IO (Ptr (StdTuple '(Tensor, Tensor, Tensor))) Source #
svd_out_tttt :: Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> IO (Ptr (StdTuple '(Tensor, Tensor, Tensor))) Source #
cholesky_solve_out_tttb :: Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> CBool -> IO (Ptr Tensor) Source #
solve_out_tttt :: Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> IO (Ptr (StdTuple '(Tensor, Tensor))) Source #
qr_out_tttb :: Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> CBool -> IO (Ptr (StdTuple '(Tensor, Tensor))) Source #
qr_out_ttt :: Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> IO (Ptr (StdTuple '(Tensor, Tensor))) Source #
geqrf_out_ttt :: Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> IO (Ptr (StdTuple '(Tensor, Tensor))) Source #
ormqr_out_ttttbb :: Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> CBool -> CBool -> IO (Ptr Tensor) Source #
ormqr_out_ttttb :: Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> CBool -> IO (Ptr Tensor) Source #
_lu_with_info_tbb :: Ptr Tensor -> CBool -> CBool -> IO (Ptr (StdTuple '(Tensor, Tensor, Tensor))) Source #
lu_solve_out_tttt :: Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> IO (Ptr Tensor) Source #
lu_unpack_ttbb :: Ptr Tensor -> Ptr Tensor -> CBool -> CBool -> IO (Ptr (StdTuple '(Tensor, Tensor, Tensor))) Source #
lu_unpack_ttb :: Ptr Tensor -> Ptr Tensor -> CBool -> IO (Ptr (StdTuple '(Tensor, Tensor, Tensor))) Source #
lu_unpack_out_tttttbb :: Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> CBool -> CBool -> IO (Ptr (StdTuple '(Tensor, Tensor, Tensor))) Source #
lu_unpack_out_tttttb :: Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> CBool -> IO (Ptr (StdTuple '(Tensor, Tensor, Tensor))) Source #
lu_unpack_out_ttttt :: Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> IO (Ptr (StdTuple '(Tensor, Tensor, Tensor))) Source #
multinomial_out_ttlbG :: Ptr Tensor -> Ptr Tensor -> Int64 -> CBool -> Ptr Generator -> IO (Ptr Tensor) Source #
histc_out_ttlss :: Ptr Tensor -> Ptr Tensor -> Int64 -> Ptr Scalar -> Ptr Scalar -> IO (Ptr Tensor) Source #
histogram_out_tttttb :: Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> CBool -> IO (Ptr (StdTuple '(Tensor, Tensor))) Source #
histogram_out_ttttt :: Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> IO (Ptr (StdTuple '(Tensor, Tensor))) Source #
histogram_out_tttt :: Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> IO (Ptr (StdTuple '(Tensor, Tensor))) Source #
histogram_tttb :: Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> CBool -> IO (Ptr (StdTuple '(Tensor, Tensor))) Source #
histogram_ttt :: Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> IO (Ptr (StdTuple '(Tensor, Tensor))) Source #
histogram_out_tttlatb :: Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> Int64 -> Ptr (StdVector CDouble) -> Ptr Tensor -> CBool -> IO (Ptr (StdTuple '(Tensor, Tensor))) Source #
histogram_out_tttlat :: Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> Int64 -> Ptr (StdVector CDouble) -> Ptr Tensor -> IO (Ptr (StdTuple '(Tensor, Tensor))) Source #
histogram_out_tttla :: Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> Int64 -> Ptr (StdVector CDouble) -> IO (Ptr (StdTuple '(Tensor, Tensor))) Source #
histogram_out_tttl :: Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> Int64 -> IO (Ptr (StdTuple '(Tensor, Tensor))) Source #
histogram_out_ttt :: Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> IO (Ptr (StdTuple '(Tensor, Tensor))) Source #
histogram_tlatb :: Ptr Tensor -> Int64 -> Ptr (StdVector CDouble) -> Ptr Tensor -> CBool -> IO (Ptr (StdTuple '(Tensor, Tensor))) Source #
histogram_tlat :: Ptr Tensor -> Int64 -> Ptr (StdVector CDouble) -> Ptr Tensor -> IO (Ptr (StdTuple '(Tensor, Tensor))) Source #
histogram_tla :: Ptr Tensor -> Int64 -> Ptr (StdVector CDouble) -> IO (Ptr (StdTuple '(Tensor, Tensor))) Source #
_histogramdd_bin_edges_tlatb :: Ptr Tensor -> Ptr IntArray -> Ptr (StdVector CDouble) -> Ptr Tensor -> CBool -> IO (Ptr TensorList) Source #
_histogramdd_bin_edges_tlat :: Ptr Tensor -> Ptr IntArray -> Ptr (StdVector CDouble) -> Ptr Tensor -> IO (Ptr TensorList) Source #
_histogramdd_bin_edges_tla :: Ptr Tensor -> Ptr IntArray -> Ptr (StdVector CDouble) -> IO (Ptr TensorList) Source #
_histogramdd_bin_edges_tl :: Ptr Tensor -> Ptr IntArray -> IO (Ptr TensorList) Source #
_histogramdd_from_bin_cts_tlatb :: Ptr Tensor -> Ptr IntArray -> Ptr (StdVector CDouble) -> Ptr Tensor -> CBool -> IO (Ptr Tensor) Source #
_histogramdd_from_bin_cts_tlat :: Ptr Tensor -> Ptr IntArray -> Ptr (StdVector CDouble) -> Ptr Tensor -> IO (Ptr Tensor) Source #
_histogramdd_from_bin_cts_tla :: Ptr Tensor -> Ptr IntArray -> Ptr (StdVector CDouble) -> IO (Ptr Tensor) Source #
_histogramdd_from_bin_tensors_tltb :: Ptr Tensor -> Ptr TensorList -> Ptr Tensor -> CBool -> IO (Ptr Tensor) Source #
_histogramdd_from_bin_tensors_tlt :: Ptr Tensor -> Ptr TensorList -> Ptr Tensor -> IO (Ptr Tensor) Source #
_histogramdd_from_bin_tensors_tl :: Ptr Tensor -> Ptr TensorList -> IO (Ptr Tensor) Source #