テンソルフロー::作戦::日焼け

#include <math_ops.h>

x の三角関数逆正接を要素ごとに計算します。

まとめ

tf.math.atan演算は、 y = tf.math.tan(x)の場合、 x = tf.math.atan(y)となるように、 tf.math.tanの逆数を返します。

: tf.math.atanの出力は、tan の可逆範囲、つまり (-pi/2, pi/2) 内に収まります。

例えば:

# Note: [1.047, 0.785] ~= [(pi/3), (pi/4)]
x = tf.constant([1.047, 0.785])
y = tf.math.tan(x) # [1.731261, 0.99920404]

tf.math.atan(y) # [1.047, 0.785] = x

引数:

戻り値:

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

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

公共機能

日焼け

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

ノード

::tensorflow::Node * node() const 

演算子::tensorflow::入力

 operator::tensorflow::Input() const 

演算子::tensorflow::出力

 operator::tensorflow::Output() const