テンソルフロー::作戦::アシン

#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]
  

引数:

戻り値:

コンストラクターとデストラクター

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 

演算子::tensorflow::入力

 operator::tensorflow::Input() const 

演算子::tensorflow::出力

 operator::tensorflow::Output() const