Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
slice_backward_tlllll :: Ptr Tensor -> Ptr IntArray -> Int64 -> Int64 -> Int64 -> Int64 -> IO (Ptr Tensor) Source #
slice_scatter_ttllll :: Ptr Tensor -> Ptr Tensor -> Int64 -> Int64 -> Int64 -> Int64 -> IO (Ptr Tensor) Source #
slice_scatter_ttlll :: Ptr Tensor -> Ptr Tensor -> Int64 -> Int64 -> Int64 -> IO (Ptr Tensor) Source #
diagonal_scatter_ttlll :: Ptr Tensor -> Ptr Tensor -> Int64 -> Int64 -> Int64 -> IO (Ptr Tensor) Source #
softmax_tls :: Ptr Tensor -> Int64 -> ScalarType -> IO (Ptr Tensor) Source #
_softmax_backward_data_ttls :: Ptr Tensor -> Ptr Tensor -> Int64 -> ScalarType -> IO (Ptr Tensor) Source #
_softmax_backward_data_out_tttls :: Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> Int64 -> ScalarType -> IO (Ptr Tensor) Source #
unsafe_split_tll :: Ptr Tensor -> Int64 -> Int64 -> IO (Ptr TensorList) Source #
unsafe_split_tl :: Ptr Tensor -> Int64 -> IO (Ptr TensorList) Source #
unsafe_split_with_sizes_tl :: Ptr Tensor -> Ptr IntArray -> IO (Ptr TensorList) Source #
split_with_sizes_tl :: Ptr Tensor -> Ptr IntArray -> IO (Ptr TensorList) Source #
sspaddmm_tttss :: Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> Ptr Scalar -> Ptr Scalar -> IO (Ptr Tensor) Source #
sspaddmm_out_ttttss :: Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> Ptr Scalar -> Ptr Scalar -> IO (Ptr Tensor) Source #
sspaddmm_out_tttts :: Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> Ptr Scalar -> IO (Ptr Tensor) Source #
sspaddmm_out_tttt :: Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> IO (Ptr Tensor) Source #
stack_out_tl :: Ptr Tensor -> Ptr TensorList -> IO (Ptr Tensor) Source #
_stack_out_tl :: Ptr Tensor -> Ptr TensorList -> IO (Ptr Tensor) Source #
hstack_out_tl :: Ptr Tensor -> Ptr TensorList -> IO (Ptr Tensor) Source #
vstack_out_tl :: Ptr Tensor -> Ptr TensorList -> IO (Ptr Tensor) Source #
dstack_out_tl :: Ptr Tensor -> Ptr TensorList -> IO (Ptr Tensor) Source #
stft_tllltbbb :: Ptr Tensor -> Int64 -> Int64 -> Int64 -> Ptr Tensor -> CBool -> CBool -> CBool -> IO (Ptr Tensor) Source #
stft_tllltbb :: Ptr Tensor -> Int64 -> Int64 -> Int64 -> Ptr Tensor -> CBool -> CBool -> IO (Ptr Tensor) Source #
stft_tllltb :: Ptr Tensor -> Int64 -> Int64 -> Int64 -> Ptr Tensor -> CBool -> IO (Ptr Tensor) Source #
istft_tllltbbblb :: Ptr Tensor -> Int64 -> Int64 -> Int64 -> Ptr Tensor -> CBool -> CBool -> CBool -> Int64 -> CBool -> IO (Ptr Tensor) Source #
istft_tllltbbbl :: Ptr Tensor -> Int64 -> Int64 -> Int64 -> Ptr Tensor -> CBool -> CBool -> CBool -> Int64 -> IO (Ptr Tensor) Source #
istft_tllltbbb :: Ptr Tensor -> Int64 -> Int64 -> Int64 -> Ptr Tensor -> CBool -> CBool -> CBool -> IO (Ptr Tensor) Source #
istft_tllltbb :: Ptr Tensor -> Int64 -> Int64 -> Int64 -> Ptr Tensor -> CBool -> CBool -> IO (Ptr Tensor) Source #
istft_tllltb :: Ptr Tensor -> Int64 -> Int64 -> Int64 -> Ptr Tensor -> CBool -> IO (Ptr Tensor) Source #
sum_out_ttlbs :: Ptr Tensor -> Ptr Tensor -> Ptr IntArray -> CBool -> ScalarType -> IO (Ptr Tensor) Source #
sum_out_ttNbs :: Ptr Tensor -> Ptr Tensor -> Ptr DimnameList -> CBool -> ScalarType -> IO (Ptr Tensor) Source #
nansum_out_ttlbs :: Ptr Tensor -> Ptr Tensor -> Ptr IntArray -> CBool -> ScalarType -> IO (Ptr Tensor) Source #
std_mean_tlbb :: Ptr Tensor -> Ptr IntArray -> CBool -> CBool -> IO (Ptr (StdTuple '(Tensor, Tensor))) Source #
std_mean_tlb :: Ptr Tensor -> Ptr IntArray -> CBool -> IO (Ptr (StdTuple '(Tensor, Tensor))) Source #
std_mean_tllb :: Ptr Tensor -> Ptr IntArray -> Int64 -> CBool -> IO (Ptr (StdTuple '(Tensor, Tensor))) Source #
std_mean_tll :: Ptr Tensor -> Ptr IntArray -> Int64 -> IO (Ptr (StdTuple '(Tensor, Tensor))) Source #
std_mean_tNbb :: Ptr Tensor -> Ptr DimnameList -> CBool -> CBool -> IO (Ptr (StdTuple '(Tensor, Tensor))) Source #
std_mean_tNb :: Ptr Tensor -> Ptr DimnameList -> CBool -> IO (Ptr (StdTuple '(Tensor, Tensor))) Source #
std_mean_tNlb :: Ptr Tensor -> Ptr DimnameList -> Int64 -> CBool -> IO (Ptr (StdTuple '(Tensor, Tensor))) Source #
std_mean_tNl :: Ptr Tensor -> Ptr DimnameList -> Int64 -> IO (Ptr (StdTuple '(Tensor, Tensor))) Source #
std_out_ttlbb :: Ptr Tensor -> Ptr Tensor -> Ptr IntArray -> CBool -> CBool -> IO (Ptr Tensor) Source #
std_out_ttllb :: Ptr Tensor -> Ptr Tensor -> Ptr IntArray -> Int64 -> CBool -> IO (Ptr Tensor) Source #
std_out_ttNbb :: Ptr Tensor -> Ptr Tensor -> Ptr DimnameList -> CBool -> CBool -> IO (Ptr Tensor) Source #
std_out_ttNlb :: Ptr Tensor -> Ptr Tensor -> Ptr DimnameList -> Int64 -> CBool -> IO (Ptr Tensor) Source #
prod_out_ttlbs :: Ptr Tensor -> Ptr Tensor -> Int64 -> CBool -> ScalarType -> IO (Ptr Tensor) Source #
prod_out_ttnbs :: Ptr Tensor -> Ptr Tensor -> Ptr Dimname -> CBool -> ScalarType -> IO (Ptr Tensor) Source #
tensordot_ttll :: Ptr Tensor -> Ptr Tensor -> Ptr IntArray -> Ptr IntArray -> IO (Ptr Tensor) Source #
tensordot_out_tttll :: Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> Ptr IntArray -> Ptr IntArray -> IO (Ptr Tensor) Source #
threshold_out_ttss :: Ptr Tensor -> Ptr Tensor -> Ptr Scalar -> Ptr Scalar -> IO (Ptr Tensor) Source #
threshold_backward_out_ttts :: Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> Ptr Scalar -> IO (Ptr Tensor) Source #
_trilinear_tttlllll :: Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> Ptr IntArray -> Ptr IntArray -> Ptr IntArray -> Ptr IntArray -> Int64 -> IO (Ptr Tensor) Source #
_trilinear_tttllll :: Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> Ptr IntArray -> Ptr IntArray -> Ptr IntArray -> Ptr IntArray -> IO (Ptr Tensor) Source #
triplet_margin_loss_tttdddbl :: Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> CDouble -> CDouble -> CDouble -> CBool -> Int64 -> IO (Ptr Tensor) Source #
triplet_margin_loss_tttdddb :: Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> CDouble -> CDouble -> CDouble -> CBool -> IO (Ptr Tensor) Source #
triplet_margin_loss_tttddd :: Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> CDouble -> CDouble -> CDouble -> IO (Ptr Tensor) Source #
triplet_margin_loss_tttdd :: Ptr Tensor -> Ptr Tensor -> Ptr Tensor -> CDouble -> CDouble -> IO (Ptr Tensor) Source #