เทนเซอร์โฟลว์:: ปฏิบัติการ:: บาป

#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]
  

ข้อโต้แย้ง:

ผลตอบแทน:

  • Output : y เทนเซอร์

ตัวสร้างและผู้ทำลาย

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

คุณลักษณะสาธารณะ

operation
y

งานสาธารณะ

node () const
::tensorflow::Node *
operator::tensorflow::Input () const
operator::tensorflow::Output () const

คุณลักษณะสาธารณะ

การดำเนินการ

Operation operation

::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