tensorflow :: ops ::アシン
#include <math_ops.h>
xの逆双曲線正弦を要素ごとに計算します。
概要
入力テンソルが与えられると、この関数はテンソル内のすべての要素の逆双曲線正弦を計算します。入力と出力の両方の範囲は[-inf, inf]
です。
x = tf.constant([-float("inf"), -2, -0.5, 1, 1.2, 200, 10000, float("inf")]) tf.math.asinh(x) ==> [-inf -1.4436355 -0.4812118 0.8813736 1.0159732 5.991471 9.903487 inf]
引数:
- スコープ:スコープオブジェクト
戻り値:
-
Output
:yテンソル。
コンストラクタとデストラクタ | |
---|---|
Asinh (const :: tensorflow::Scope & scope, :: tensorflow::Input x) |
パブリック属性 | |
---|---|
operation | |
y |
公の行事 | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
パブリック属性
操作
Operation operation
y
::tensorflow::Output y
公の行事
アシン
Asinh( const ::tensorflow::Scope & scope, ::tensorflow::Input x )
ノード
::tensorflow::Node * node() const
operator :: tensorflow :: Input
operator::tensorflow::Input() const
operator :: tensorflow :: Output
operator::tensorflow::Output() const