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

#include <math_ops.h>

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

まとめ

入力テンソルを指定すると、この関数はテンソル内のすべての要素の正弦を計算します。入力範囲は(-inf, inf)で、出力範囲は[-1,1]です。

  x = tf.constant([-float("inf"), -9, -0.5, 1, 1.2, 200, 10, float("inf")])
  tf.math.sin(x) ==> [nan -0.4121185 -0.47942555 0.84147096 0.9320391 -0.87329733 -0.54402107 nan]
  

引数:

戻り値:

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

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

公共機能

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

ノード

::tensorflow::Node * node() const 

演算子::tensorflow::入力

 operator::tensorflow::Input() const 

演算子::tensorflow::出力

 operator::tensorflow::Output() const