テンソルフロー::作戦::アタン
#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
引数:
- スコープ:スコープオブジェクト
戻り値:
-
Output
: y テンソル。
コンストラクターとデストラクター | |
---|---|
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