テンソルフロー::作戦::タン

#include <math_ops.h>

xの双曲線正接を要素ごとに計算します。

まとめ

入力テンソルを指定すると、この関数はテンソル内のすべての要素の双曲線正接を計算します。入力範囲は[-inf, inf] 、出力範囲は[-1,1]です。

  x = tf.constant([-float("inf"), -5, -0.5, 1, 1.2, 2, 3, float("inf")])
  tf.math.tanh(x) ==> [-1. -0.99990916 -0.46211717 0.7615942 0.8336547 0.9640276 0.9950547 1.]
  

引数:

戻り値:

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

Tanh (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

公共機能

タン

 Tanh(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input x
)

ノード

::tensorflow::Node * node() const 

演算子::tensorflow::入力

 operator::tensorflow::Input() const 

演算子::tensorflow::出力

 operator::tensorflow::Output() const