Learn R Programming

torch (version 0.8.1)

torch_arccosh: Arccosh

Description

Arccosh

Usage

torch_arccosh(self)

Arguments

self

(Tensor) the input tensor.

arccosh(input, *, out=None) -> Tensor

Alias for torch_acosh().