テンソルフロー::作戦::アシン
#include <math_ops.h>
x の三角関数の逆サインを要素ごとに計算します。
まとめ
tf.math.asin
演算は、 y = tf.math.sin(x)
の場合、 x = tf.math.asin(y)
となるように、 tf.math.sin
の逆数を返します。
注: tf.math.asin
の出力は、sine の可逆範囲、つまり [-pi/2, pi/2] 内に収まります。
例えば:
# Note: [1.047, 0.785] ~= [(pi/3), (pi/4)] x = tf.constant([1.047, 0.785]) y = tf.math.sin(x) # [0.8659266, 0.7068252]
tf.math.asin(y) # [1.047, 0.785] = x
引数:
- スコープ:スコープオブジェクト
戻り値:
-
Output
: y テンソル。
コンストラクターとデストラクター | |
---|---|
Asin (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
公共機能
アシン
Asin( const ::tensorflow::Scope & scope, ::tensorflow::Input x )
ノード
::tensorflow::Node * node() const
演算子::tensorflow::入力
operator::tensorflow::Input() const
演算子::tensorflow::出力
operator::tensorflow::Output() const