テンソルフロー::作戦::コシュ

#include <math_ops.h>

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

まとめ

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

  x = tf.constant([-float("inf"), -9, -0.5, 1, 1.2, 2, 10, float("inf")])
  tf.math.cosh(x) ==> [inf 4.0515420e+03 1.1276259e+00 1.5430807e+00 1.8106556e+00 3.7621956e+00 1.1013233e+04 inf]
  

引数:

戻り値:

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

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

公共機能

コシュ

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

ノード

::tensorflow::Node * node() const 

演算子::tensorflow::入力

 operator::tensorflow::Input() const 

演算子::tensorflow::出力

 operator::tensorflow::Output() const