テンソルフロー::作戦::アシン

#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

引数:

戻り値:

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

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