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

#include <math_ops.h>

x の Tan を要素ごとに計算します。

まとめ

入力テンソルを指定すると、この関数はテンソル内のすべての要素のタンジェントを計算します。入力範囲は(-inf, inf) 、出力範囲は(-inf, inf)です。入力が境界の外側にある場合は、 nanが返されます。

  x = tf.constant([-float("inf"), -9, -0.5, 1, 1.2, 200, 10000, float("inf")])
  tf.math.tan(x) ==> [nan 0.45231566 -0.5463025 1.5574077 2.572152 -1.7925274 0.32097113 nan]
  

引数:

戻り値:

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

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

公共機能

タン

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

ノード

::tensorflow::Node * node() const 

演算子::tensorflow::入力

 operator::tensorflow::Input() const 

演算子::tensorflow::出力

 operator::tensorflow::Output() const